QuestionQ1
GNU and Unix CommandsWhich of these commands can be used to show the inode number for a specified file?
- A inode
- B ln
- C ls
- D cp
- E stat
QuestionQ2
GNU and Unix CommandsWhich of the following signals is delivered to a process when the Ctrl+Z key combination is pressed on the keyboard?
- A SIGTERM
- B SIGCONT
- C SIGSTOP
- D SIGKILL
- E SIGINT
Community Discussion
QuestionQ3
GNU and Unix CommandsWhat is the purpose of the ldd command?
- A It lists which shared libraries a binary needs to run.
- B It installs and updates installed shared libraries.
- C It turns a dynamically linked binary into a static binary.
- D It defines which version of a library should be used by default.
- E It runs a binary with an alternate library search path.
Community Discussion
QuestionQ4
Devices, Linux Filesystems, Filesystem Hierarchy StandardAccording to the FHS, in which directory are man pages located?
- A /opt/man/
- B /usr/doc/
- C /usr/share/man/
- D /var/pkg/man
- E /var/man/
Community Discussion
QuestionQ5
GNU and Unix CommandsWhich of these commands displays the current working directory in a Bash shell?
- A echo "${PWD}"
- B echo "${WD}"
- C printwd
- D pwd
- E echo "${pwd}"
Community Discussion