LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   linux changing file permission (https://www.linuxquestions.org/questions/linux-general-1/linux-changing-file-permission-434883/)

a_vall 04-13-2006 02:11 PM

linux changing file permission
 
hi every body
i would to ask about an application that enable me to change file permission on linux remote host
thank you

manishsingh4u 04-13-2006 02:20 PM

A very common way ->
1) Install ssh-server/telnet-server on the remote linux host.
2) Install ssh-client/telnet-client on your machine. If you have windows install PuTTY.
3) Connect to the remote linux host via ssh/telnet. Use chmod command to change file permissions.
eg
Code:

chmod 755 <filename>
OR
Code:

chmod -cR 755 <directoryname>
For more information on chmod, tpye man chmod on the command prompt.

geeman2.0 04-13-2006 02:44 PM

Why is this a member success story?

manishsingh4u 04-13-2006 03:08 PM

Quote:

Originally Posted by geeman2.0
Why is this a member success story?

What does it mean? Sorry, I didn't understand that.

a_vall 04-15-2006 08:31 AM

thank you for intraction

XavierP 04-15-2006 08:48 AM

Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 07:37 AM.