Quote:
Originally posted by unSpawn
1. What client do you use to upload those files?
2. What is the username and the umask of the user you upload those files as?
3. Are these files uploaded on a regular basis and do they need to be updated manually?
- Any other details that might help, like the nature of the files, what their purpose is etc etc.
Btw, you say the files have octal 0744 permissions, you mean 0755 or 0644?..
|
Hi guys good morning!
1. What client do you use to upload those files?
* we used msdos ftp and perhaps will use other windows (GUI) ftp software later.
2. What is the username and the umask of the user you upload those files as?
* they are regular (local) users of the system…I haven’t read umask yet…but I think default umask will be applied.
3. Are these files uploaded on a regular basis and do they need to be updated manually?
* files/documents are used to or need to be updated dynamically…without, in its nature, no administrator intervention…well users or depositor should manually upload those files remotely.
- Any other details that might help, like the nature of the files, what their purpose is etc etc.
Btw, you say the files have octal 0744 permissions, you mean 0755 or 0644?..
* these published documents are executables (cgi, scipts etc.) and regular htmls intend for public consumption (web).
* octal yes, I initially assigned 0755 permission for their individual “/HTML” directories under their individual /home folders. And i assigned permission (chowned) so that they become the owner of these HTML directories.
I just want to know and it was not clear to me is this, Is that permission on these directories (/html) applied automatically or that permission should be inherited for whatever files you copied to that directory?
Anyway, thanks Unspawn for your prompt response!