Changine File Permissions


chmod 755 file # Owner=rwx, Group&Other=r-x (script) chmod 500 file2 # Owner=r-x, Group&Other=--- chmod 644 file3 # Owner=rw-, Group&Other=r-- (data) chmod +x file # Add execute permission to file chmod o-r file # remove read permission for others chmod a+w file # Add write permission for everyone

Previous slide Next slide Back to the index View Graphic Version

Notes:

No notes for slide 30