Sharky
 
The Skynet Project
 
Last Updated: 23-Jun-06

:: ABOUT CSN

:: RESOURCES

:: USER GUIDE

:: HOMEPAGES

With thanks to Sun Microsystems

The 'chmod' command

The command 'chmod' defines who can access your files or directories. There are four types of people who can access your files, yourself(u), people in the same group(g), and others(o), and all(a). Similarly, there are three ways that they can access the file, looking at it(r), editing it(w), and running it if it is a program(x). The command format is chmod usertype=accesstypes file.name . You can include multiple access types in the one command, i.e. you can give group members write and execute rights by typing chmod g=xw file.name.

Usage:
'chmod u=wrx file.name'


:: SPONSORS

:: DOWNLOADS


:: NEWS

:: PROJECTS

Sponsored by Blacknight Internet Solutions
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
Powered by Linux 2.6.8-1 / Apache 1.3.33