rm file
cd ~ --> go to root directory
rmdir dirName --> only remove empty directory
rm -r dirName --> delete non-empty folder
man command --> man ls, show info about ls command
$: indicate as normal user
#: indicate as root user
gedit filename --> open the file with text editor
cat _filename --> _show content of the file
chmod -->