File commands Flashcards
1
Q
cd ~
A
change directory to your home
2
Q
cd ~luis
A
change directory to sonali’shome
3
Q
cd ..
A
change directory to upper directory
4
Q
cd /
A
change directory to root
5
Q
What are tabs used for?
A
to finish file names
6
Q
ctl-d
A
delete turn off terminal
7
Q
date
A
date and time
8
Q
who am i
A
Who’s using the machine
9
Q
‘who’ ‘whoami’
A
Who’s using the machine
10
Q
‘ls’
A
list the files
11
Q
‘-a’
A
option means ‘list all’, will show hidden files as wel
12
Q
all filenames starting with a period are….
A
Hidden files
13
Q
‘-l’, ‘–color’ ‘-t’ ‘-lt’ ‘-la’
A
other commands
14
Q
‘cat’ or ‘pr’
A
Printing File
15
Q
‘mv’
A
means rename or move