Advertisement

1 - 10 of 41 containing alltags:("umask") (0 seconds)
umask value is subtracted from sysyem deault for the file creation how to set this default value ?
Zones: UnixDate Answered: 09/09/2000 Grade: C Views: 4
When would you use umask?  Cant you just use chmod instead?  I know umask is used to set default permissions, but I do not understand when/how it would be used. Can anyone shed some light? Thanks
Zones: LinuxDate Answered: 04/12/2005 Grade: A Views: 4
i am working on a web project that runs on freebsd. currently all the file that created dynamically by the internet user (they upoad file through web browser) has a default file permission of 06...
Zones: Linux SetupDate Answered: 03/22/2006 Grade: C Views: 0
What is the "generally accepted" recommendation for the system umask setting for an AIX 5.3 system ?   Our non technical auditors are recommending 026.
Zones: AIX UnixDate Answered: 04/26/2006 Grade: A Views: 0
1) What is /etc/profile? is mean that all the user that log in to the system will run /etc/profile? 2) What is the suggested value of umask?
Zones: LinuxDate Answered: 05/31/2006 Grade: A Views: 0
Where is the best place to set a 'umask' for the 'www' account in OpenBSD 4.1 It looks like I could possibly issue a umask in /etc/rc but that seems like a bad idea.
Zones: Apache Web Server, OpenBSDDate Answered: 06/19/2007 Grade: B Views: 4
I have a production server which running currently. I given order to change the /etc/init.d/functions umask from 022 to 027. 1- after change it, how to restart it? because there is not restart ...
Zones: LinuxDate Answered: 11/19/2007 Grade: A Views: 24
I want to set the umask so that a directory and its files are created with rw for all.  How can I call umask from within my code?  I believe I'm looking for umask 111, but what is the syntax?
Zones: C++Date Answered: 04/03/2001 Grade: A Views: 0
I cannot get umask to work in my csh. For instance: umask 002 touch file1 ls -l file1 -rw-rw-r-- file1 what's up? There must be something taking precedence. What?  I would like to know ...
Zones: ProgrammingDate Answered: 05/08/2004 Grade: A Views: 0
Although I know the answer to the first part of this question, the issue is still not 100% clear.  The first question is, what is the difference between the option rw vs. umask in a mount call?  ...
Zones: Linux SetupDate Answered: 10/11/2004 Grade: A Views: 0