×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    Revision as of 12:17, 13 March 2005 by imported>mutante

    A Unix/Linux shell command to change file permissions.

    Chmod
    
    Chmod ugoa =+- rwx filename
    
    	WHO		
    	U= user		
    	G= group
    	O= owner
    	A= all
    
    Or Chmod xxx filename
    
    	R = 4		Read
    	W = 2		Write
          	X = 1		Execute
    
    
    Ie Chmod 744 file.ksh
    
    	User can 	Read 		4
    			Write 		+2
    			Execute	        +1
    					=7
    
    	Group can 	Read		4
    
    	Everyone can	Read		4
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.