Podcast
Questions and Answers
Where are the system binaries located in the Linux file-system hierarchy?
Where are the system binaries located in the Linux file-system hierarchy?
- /usr/sbin/
- /bin/
- /sbin/ (correct)
- /lib/
Which directory contains optional software and extra third-party software in the Linux file-system hierarchy?
Which directory contains optional software and extra third-party software in the Linux file-system hierarchy?
- /opt/ (correct)
- /usr/local/
- /dev/
- /usr/share/
Where are the device nodes located in the Linux file-system hierarchy?
Where are the device nodes located in the Linux file-system hierarchy?
- /lib/
- /dev/ (correct)
- /opt/
- /usr/sbin/
Which directory contains shared data by programs in /usr/bin/ in the Linux file-system hierarchy?
Which directory contains shared data by programs in /usr/bin/ in the Linux file-system hierarchy?
Where are the common programs shared by the system, the system administrator, and the users located in the Linux file-system hierarchy?
Where are the common programs shared by the system, the system administrator, and the users located in the Linux file-system hierarchy?
In the command line interface (CLI), what is the purpose of options?
In the command line interface (CLI), what is the purpose of options?
How are options typically represented in CLI?
How are options typically represented in CLI?
When using multiple options in a command, how can they be joined together?
When using multiple options in a command, how can they be joined together?
What are arguments in the context of command line interface?
What are arguments in the context of command line interface?
'--' without a name afterwards in CLI commands signifies:
'--' without a name afterwards in CLI commands signifies: