LINUX Flashcards
What is the command to get a list of all users?
ls /home
What is the command to get all the binaries that must be contained in a single user mode?
ls /bin
What is the command to get all the system binaries?
ls /sbin
What is the command to get all the configuration files?
ls /etc
What is the command to get the essential shared libraries?
ls /lib
What is the command to get the optional add-ons?
ls /opt
What is the command to get the processes files?
ls /proc
What is the command to get to the special or device files?
ls /dev
What is the command to get to the temporary lading place for files?
ls /tmp
What is the command to get to the files used in booting the operating system?
ls /boot
What is the command used by the system administrator, when installing software locally?
ls /usr
What is the command used to get to the variable data files?
ls /var
What is the command used to run linux programs, that contains program data and installation instructions?
ls /run
What is the command to access the subdirectories where removable media devices, inserted into a computer are mounted?
ls /media
What is the command to display a list of everything in a directory?
ls