Linux
- Describe the common usage of each of the following directories in a Linux file system.
- /
- /home
- /dev
- /etc
- /bin
- /root
- /lib
- /sbin
- /boot
- /usr
- /var
- /tmp
- /mnt
- What is a special file in Linux?
- Where in the Linux File System (Directory Structure) are Input/Output devices found?
- What is a virtual console? How are they accessed?
- What command would you use to get help with using the 'cat' command?
- What commands are used to
- make a new directory
- learn about a command
- display/set network interface information
- adds file systems on devices such as disk drives and network hosts to the file system hierarchy?
- create new users and passwords?
- turn off linux? What are the syntaxes?
- to terminate a user session?
- What is the result of each of the following commands. Assume the current working directory is your home directory in every case
- cp filex filey
- cp filex /etc/filex
- mv filex filey
- cp filex filex
- mkdir /tmp/stuff
- su
- updatedb
- What are three ways to get help about Linux commands (without searching the Internet)
- What command is used to view the Linux interface settings?
- What command is used to set the interface IP address and related parameters? Show the syntax.
- What command is commonly used to test a connection to a remote host?
- Name three ways in which the network interface can be started and stopped?
- What two files contain information used by the networking script?
- Which file contains the system hostname?
- Which file contains the IP address and related parameters?
- Which file specifies whether DHCP is to be used?
- What command is used to view the routing table?
- What two entries must appear in a routing table?
- What entry is added to the routing table if the LAN is connected to the Internet?
- What is the name of the default shell used in Fedora (and most Linux distributions)?
- How can you easily call up previously executed shell commands?
- What is the difference between the 'find' and 'locate' commands?
- How can you easily call up previously executed shell commands?
- Explain the purpose and use of each of the following shell symbols
- < (redirect STDIN)
- > (redirect STDOUT)
- | (pipe)
- What is a shell alias? How do you create one?
- What (hidden) files are used to configure the way Linux operates?
- What are environment variables?
- What is the purpose of the $PATH environment variable
- What keyboard key puts you into command mode in the vi editor?
- What keyboard key puts you into insert mode in the vi editor?
- Regarding the vi editor
- How do you enter INSERT mode?
- How do you enter COMMAND mode?
- What command is used to save (write) a file?
- What command is used to exit (quit) vi?