Novell 050-733 - SUSE Certified Linux Administrator 12 Exam

Page:    1 / 20   
Total 100 questions

What does the following sentence describe?
"Multiple file names referencing to the same inode."

  • A. Hard Links
  • B. Sockets
  • C. Pipes
  • D. Character devices
  • E. Block devices


Answer : A

References:
http://www.linfo.org/hard_link.html

Which file contains information about the filesystems to be mounted automatically when the system is booted?

  • A. /etc/fstab
  • B. /etc/mounttab
  • C. /etc/import


Answer : A

References:
https://en.wikipedia.org/wiki/Fstab

You want to install the gvim RPM package that is available on the SUSE Linux Enterprise Server installation media.
Which command installs the gvim package, and resolves dependencies as needed?

  • A. rpm –i gvim
  • B. yast –i gvim
  • C. yast -l gvim
  • D. rpm –U gvim


Answer : A

References:
http://www.mpipks-dresden.mpg.de/~mueller/docs/suse10.2/html/opensuse-manual_en/manual/sec.yast.ncurses_commands.html

In which file are global configurations for users who use bash as their login shell set?

  • A. /etc/bashrc
  • B. /etc/bash.cf
  • C. /etc/bash.conf
  • D. /etc/bash.bashrc


Answer : D

You have a test directory with the following permissions: rwx - - - - - -
You want to change the permissions to the following values: r-xr-xr-x.
Which command accomplishes this?

  • A. chmod 777 test
  • B. chmod a=rx test
  • C. chmod u=rx,a-rx test
  • D. chmod u+w,g+rx,o+rx test


Answer : B

References:
http://www.computerhope.com/unix/uchmod.htm

Page:    1 / 20   
Total 100 questions