Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Jun 2005
Posts: 10
| Hello there, How are you all? Hope you are all doing good. Does anyone know about an application which will enable us to change file permissions on a UNIX/Linux remote host? I need it please with a brief explination of the steps for changing the file permissions.. Waiting for your replay.. Please please don't be late ![]() |
| | |
| | #2 (permalink) |
| Master Techie Join Date: Apr 2004
Posts: 2,532
| chmod and chown, both are standard unix commands, you will likely need root permission on the remote host unless your changing files already in existence that already belong to the user your logged in as man chown and man chmod for details |
| | |