Access permissions for the mkdir function. : mkdir « File « Perl

Home
Perl
1.Array
2.CGI
3.Class
4.Data Type
5.Database
6.File
7.GUI
8.Hash
9.Language Basics
10.Network
11.Regular Expression
12.Report
13.Statement
14.String
15.Subroutine
16.System Functions
17.Win32
18.XML
Perl » File » mkdir 
Access permissions for the mkdir function.
    
Value       Permission 
4000        Set user ID on execution 
2000        Set group ID on execution 
1000        Sticky bit (see the UNIX chmod manual page
0400        Read permission for file owner 
0200        Write permission for file owner 
0100        Execute permission for file owner 
0040        Read permission for owner's group 
0020        Write permission for owner's group 
0010        Execute permission for owner's group 
0004        Read permission for world 
0002        Write permission for world 
0001        Execute permission for world 

   
    
    
    
  
Related examples in the same category
1.The mkdir function creates a new, empty directory with the specified permissions (mode).
2.To create a directory, use the mkdir command:
3.Creating Directory
4.Make a folder (directory)
5.Creating Directory with mkdir
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.