Linux Commands Flashcards
You can check the contents if the current directory using (insert ) command
ls
You can view more details about the files, like ownership and permissions, by adding the flag ( ) to command
ls -1
You can see hidden files in the current directory by passing flag () to the () command
ls -a
You can find out where you are in relation to the rest of the file system using the ( insert ) command
pwd
You can navigate to different directories using ( insert) command
cd /path/to/other/directory
You can check out the contents of a file using the ( insert) command
cat /path/to/file/file_name
For large input files, the ( insert command) allowed movement with the files. The syntax is similar to that of the cat command, but you can move
.
less /path/to/file/file_name