Featured
-
Install KDE Plasma 5.2 alongside Unity in Ubuntu 14.04
KDE is considered to be one of the most configurab
by jayant.kumar
Tags
read and write permission (0777) to folder/files in linux system
User can give read and write access permission to a folder in linux using below steps:-
Press(ALT+CTRL+T) open terminal(console).
run this command on console:
Sudo chmod -R 0777 Folder name
Note:
Use absolute path for folder nam...