File manipulation Flashcards
1
Q
Create a new directory
A
mkdir
2
Q
Create a file
A
touch
3
Q
List directory contents
A
ls
4
Q
Path of working directory
A
pwd
5
Q
Move file or change name
A
mv
6
Q
Remove files and directories
A
rm
7
Q
Change working directory
A
cd
8
Q
Find file path in terminal
A
Drag and drop file onto terminal