1
Lists the files in your working directory.
ls
Changes your working directory to your home directory.
cd
display a line of code
echo
Create an empty file
touch
Create directory
mkdir
In the command cd /usr/bin, "/usr/bin" is a(n) ___ path that begins at the root file system directory.
absolute path
True or False?
Find faster than locate command
False.
Locate is faster than find command.
Delete empty directory
rmdir
Absolute path
/
| List all files in directory (including hidden) |
ls -a
| List all files in a long listing (detailed) format |
ls -l
Remove the directory and its contents
recursively
rm -r
Relative path
No /
Forcefully remove file
rm -rf
| Forcefully remove directory recursively |
| rm -rf |
what hidden files begin with
.
The directory of the absolute path
Root or /