Manage Files from the Command Line Flashcards
How are files on a Linux system organized?
They are organized into a single inverted tree of directories, a file-system hierarchy.
How do Relative Paths start?
The do not start with a forward slash character.
How do Relative Paths specify a file location?
They specify a file location in relation to the current working directory.
What special characters are used in combination with the commands to refer to a file location in the file system?
dot(.), double dot(..), and tilde (~).
What are some key commands to manage files in Linux?
mkdir, rmdir, cp, mv, and rm.
What are different ways multiple file names to point to the same data?
Hard links and soft links
What features does the Bash shell provide to help a user run commands efficiently?
pattern matching, expansion, and substitution