Shell, Permissions, and Processes
The chmod command is used to change file modes.
# Give execute permission to a script chmod +x deploy.sh # Recursive ownership change chown -R user:group /var/www/html
Use htop for an interactive process viewer.
sudo apt install htop htop