103.3 Perform Basic File Managemment Flashcards

1
Q

ls

list directories or files

A

ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

cd

can be used as
absolute path
relative path
values in vars as part of path

A

cd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

pwd

display current directory you are in

A

pwd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

mkdir

make directory if it does not already exist

A

mkdir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

file

can determine type of file the indicated file is

A

file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

globbing

wildcard or list operator/character that matches one or more files based on defined/indicated pattern

A

globbing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

touch

creates file if it does not exist
updates date/timestamp on file if it does
useable with absolute or relative paths

A

touch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

stat

display file or system status

A

stat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

cp

copy files and or directories from one place to another

A

cp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

mv

moves files or directory from one location to another

A

mv

similar to cp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly