Terminal Comands
pwd —> Show current folder
ls —> List files and folders
cd folder name —> Enter into a folder
cd .. —> Upload a folder back
mkdir directori name —> Create new folder
rm file name —> Clear a file
rmdir folder name —> Delete an empty folder
cp source destination —> Copy files or folders
my origin fate —> Move or rename files
cat file name —> Show the content of a file
touch file name —> Create an empty file
clear —> Cleaning the screen
sudo commando —> Run with administrator permits
man command —> Show the manual of a commando
ping web.com —> Check connection with a server
top / htop —> Show active processes
