Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 319 Bytes

File metadata and controls

21 lines (15 loc) · 319 Bytes

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