Linux Linux Commands #Remove File rm -f file.txt #Delete All Files and Folders Including Subdirectories rm -rf /path/to/dir Change permissions of folder chmod 775 /opt/lampp/htdocs sudo chmod 755 -R /opt/lampp/htdocs # recursive all subfolders and files