Midterm prep 1 Flashcards
Identify this:
ln file link / link file link
Hard link
Identify this:
ln -s file link / link -s file link
soft link
T/F - There can only be one soft or only one hard link for a file
False
T/F - A hard link cannot be created for directory
True
T/F - The utilities and commands to manage a filesystem are stored in the /etc directory
False
Three things that define a file system
MPD
- Method to store and retrieve data on a physical device
- Protocol to store and retrieve data from a network
- Dynamic data structure
Identify the link that has the same inode number as the file.
Hard link
T/F - fstab is a program
False
T/F - Unix is a filesystem
False
2 advantages of mounting a filesystem on a need-only basis.
- Enhances security
- Improves system performance
T/F - A magnetic disk drive can have more than one filesytem
True
T/F - A filesystem can span across more than 1 physical device
True
Soft and hard links are removed using rm
True
T/F - After a file is deleted, the soft link remains in place but becomes inactive
True