It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Aug 2006
Age: 28
Posts: 112
|
Default access permissions
When you create a file or directory its access permissions are set to a default value. These are usually: rw------- gives you read and write permission for your files; no access permissions for the group or others. rwx------ gives you read write and execute permission for your directories; no access permissions for the group or others. Access permissions for your home directory are usually set to rwx--x--x or rwxr-xr-x. Changing default access permissions You will need to understand how to set file access permissions numerically before reading this section. Every time you create a file or a directory, its access permissions are set to a predetermined value. This value is defined by the file-creation mode mask. To display the value of this mask enter the command: umask This will produce something like: 077 Sometimes the 0 (zero) is omitted. The values might be different on your system. Without the mask the system would set permissions of 666 for files and 777 for directories when first created. The values in the mask are subtracted from these values to give a default value for access permissions for the files and directories created by you. For example: 777 (system value for directories) -077 (value of the umask) --- 700 (default access permission of rwx------) To change your default access permissions you use the command: umask nnn Each "n" is a number from 0 to 7. |
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Understanding access permissions | yvsanil | Site and Server Administration | 1 | 10-12-2006 08:44 AM |
| w/o access from SE | Martin | 1 | 07-23-2006 01:06 AM | |
| Default Skin And Wrappers | Xome | Forum Management | 0 | 11-25-2005 04:45 AM |
| Latest Default Sig | mishka | Graphics & Multimedia | 2 | 10-26-2005 10:15 AM |