General Commands Flashcards
1
Q
pwd
A
Print working directory
2
Q
ls
A
List directory
3
Q
ls -a
A
List hidden files in directory
4
Q
ls –all
A
List hidden files in directory
5
Q
ls -l
A
List long list of information on directory files
6
Q
ls -la
A
List long list of all files including hidden information
7
Q
filename@
A
Shortcut file or folder
8
Q
filename.sh*
A
Executable file
9
Q
cd ..
A
Change directory
10
Q
mkdir
A
Make directory
11
Q
rmdir
A
Remove directory
12
Q
rm
A
Delete files and subdirectory and files. “No Warning if directory contains files.”
13
Q
ls -r
A
Reverse the files’ order of listing
14
Q
cat
A
Display the content of a file.
15
Q
Ctrl + Alt + T
A
Brings up the Bash Shell Terminal