ls
list directories or files
ls
cd
can be used as
absolute path
relative path
values in vars as part of path
cd
pwd
display current directory you are in
pwd
mkdir
make directory if it does not already exist
mkdir
file
can determine type of file the indicated file is
file
globbing
wildcard or list operator/character that matches one or more files based on defined/indicated pattern
globbing
touch
creates file if it does not exist
updates date/timestamp on file if it does
useable with absolute or relative paths
touch
stat
display file or system status
stat
cp
copy files and or directories from one place to another
cp
mv
moves files or directory from one location to another
mv
similar to cp