×
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

    Chmod: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    mNo edit summary
    imported>mutante
    mNo edit summary
    Line 28: Line 28:
    Everyone can Read 4
    Everyone can Read 4
    </pre>
    </pre>


    [[Category:Computer]]

    [[Category:Linux]]

    Revision as of 13:02, 20 February 2005

    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.