Putty Commands - Provide full permission recursive
Open PUTTY Terminal & type below commands:
1 sudo su - root
Login with SUDO as ROOT access
2 cd /my/drive/hello/
Change directory to FCDB database
3 pwd
Check current directory
4 ls -ltr
List and check existence of new folder to be created
5 mkdir –m777 MYFOLDER
Create New folder with respective country prefix letter & Change Permission in single command
Create New folder with respective country prefix letter & Change Permission in single command
6 chmod 777 /my/drive/hello/MYFOLDER
Change permission to full 777
Change permission to full 777
7 chmod -R 777 ./
Change full permission recursively to 777
Comments
Post a Comment