103.3 Perform Basic File Managemment Flashcards
1
Q
ls
list directories or files
A
ls
2
Q
cd
can be used as
absolute path
relative path
values in vars as part of path
A
cd
3
Q
pwd
display current directory you are in
A
pwd
4
Q
mkdir
make directory if it does not already exist
A
mkdir
5
Q
file
can determine type of file the indicated file is
A
file
6
Q
globbing
wildcard or list operator/character that matches one or more files based on defined/indicated pattern
A
globbing
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
8
Q
stat
display file or system status
A
stat
9
Q
cp
copy files and or directories from one place to another
A
cp
10
Q
mv
moves files or directory from one location to another
A
mv
similar to cp