|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
How to use SSH or FTP to CHOWN files
I have PHP Safe Mode ON on my web host. This is nice for security but makes it a nightmare with certain scripts. I would like to know if I can CHOWN files to be owned by the webserver or to make webserver files owned by me, and how to do it.
Thanks for any help. |
|
#2
|
||||
|
||||
|
chown -R nobody filedir
where nobody is defined in the httpd.conf as the username of the webserver and filedir is the directory where your files are. -R is the recursive switch christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
Thanks, I figured this out an hour or two after posting. However, I am not a 'superuser' so dont have permission to do it
![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > How to use SSH or FTP to CHOWN files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|