![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing /cn@0:console file permissions | ErnieG | Security | 4 | 12-04-2007 04:39 AM |
| changing permissions on a 444 file (ie chmod 444) | ajcannon | UNIX for Dummies Questions & Answers | 1 | 08-31-2007 07:48 AM |
| Changing file permissions | FredSmith | UNIX for Dummies Questions & Answers | 7 | 05-17-2006 05:15 AM |
| changing default file permissions | FredSmith | UNIX for Dummies Questions & Answers | 8 | 12-27-2005 10:16 AM |
| changing file permissions | gagansharma | Shell Programming and Scripting | 0 | 11-27-2001 07:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Changing file permissions on upload
Hello !
When I connect to a RH FTP server, the files I transfer (from my "windows computer") to this server have the following permissions : -rw------- but I would like those files to have the following permissions : - rw-rw-r-x How can I do that ??? Thanks for your help ! G. |
| Forum Sponsor | ||
|
|
|
||||
|
I dont know what kind of ftp server RH uses but serach for umask or defaultmask and the name of the ftpd that you are using on www.google.com
hope that helps /Peter |
|
||||
|
Maybe this thread will help.
|
|
|||
|
almost
Thanks for your help Perderabo, it helped !
Just one thing. I'd like to set the '---------x' attribute to the files so that images uploaded to the server can be accessible to the web server but I don't think I can do that with umask... Does anybody know about that ? Thanks a lot ! |