02 Navigation Flashcards
What command does ‘pwd’ invoke?
Print Working Directory. Lists contents of the current directory.
What command does ‘ls’ invoke?
Lists contents of the current or specified directory.
What command does ‘cd’ invoke?
Change Directory: changes to the specified directory.
With regard to relative pathnames, what does ‘.’ In a directory listing represent?
‘.’ Represents the current directory
With regard to relative pathnames what does ‘..’ represent?
Represents the parent directory of the working directory.
File names that begin with a period (.) are [visible/hidden].
Hidden
File names and commands are [case sensitive / case-insensitive]?
Case sensitive. ‘File1’ and ‘file1’ refer to different files.
True or False: Linux has no concept of file extensions.
True. Although they are typically used, file extensions have no implicit meaning in Linux.