Command
locate
ln
xhost
du
df
tar
reboot
shutdown |
Function
Locate
a specific file
Create
link to another file/directory
Add/remove
X access to your display
Show
disk usage of file or directory
Show
free diskspace on mounted
filesystems
Extract
contents of .tar.gz files
Reboots
the machine
Shuts
down machine |
Basic
Syntax
Locate
[filename]
ln
-s [target][link name]
xhost
+[host name]
du
[directory]
df
tar
-zxvf [filename.tar.gz]
reboot
shutdown
[options][time] |