Find system files and place files in the right location Flashcards
What two directories are static and shareable?
/usr and /opt
What two directories are static and unshareable?
/etc and /boot
What two directories are variable and shareable?
/var/mail and /home
What two directories are variable and unshareable?
/var/run and /var/lock
What directory contains the binaries for commands?
/bin
What directory contains files normally run by root?
/sbin
What is the difference between / and /root?
/ start of file heirarchy /root - root’s home dir
What directory is traditionally used by removeable media devices?
/mnt
What directory in modern distributions is used by removeable media devices?
/media
What directory functions a large collection of hardware interfaces?
/dev
What find switch searches on filename?
-name
What find switch searches on permission mode?
-perm
What find switch searches on file size?
-size
What find switch searches on group?
-gid
What find switch searches on user id?
-uid