Linux Flashcards
What is “ls”?
List directories
What is “pwd” ?
Print working directory
What is “mkdir”?
Command used to create directories in Linux
What is “cd”?
Linux command to navigate through directories
What is “mv”?
Move or rename files in Linux
What is “cp”?
Similar usage as mv but for copying files in Linux
What is “rm”?
Delete files or directories
What is “touch”?
Create blank/empty files
What is “ln”?
Create symbolic links (shortcuts) to other files
What is “cat”?
Display file contents on the terminal
What is “clear”?
Clear the terminal display
What is “echo”?
Print any text that follows the command
What is “less”?
Linux command to display paged outputs in the terminal
What is “man”?
Access manual pages for all Linux commands
What is “uname”?
Linux command to get basic information about the OS