Suse Linux Problems........
1. How to make full permission to a file in Suse Linux..........
2. Access denied, can't create a directory................
Solution: First login as a root user in linux and the go the location where you want to create a directory with full permission:::::
chmod u+rwx,o+rwx,g+rwx DIRECTORYNAME/FILENAME
2. Access denied, can't create a directory................
Solution: First login as a root user in linux and the go the location where you want to create a directory with full permission:::::
chmod u+rwx,o+rwx,g+rwx DIRECTORYNAME/FILENAME
Comments
Post a Comment