What directory consolidates ‘/var/run’ and ‘/var/lock’?
■ /run
When can rmdir remove a directory?
■ Only when the directory is empty.
What file system requirements do hard links have?
■ Hard linked files must be on the same file system. Only soft links can span file systems.