User Tools

Site Tools


chmod

If you want to send us your comments, please do so. Thanks
More on comments


chmod

Tool to change the mode bits, permissions, of a file or directory

The letters rwxXst select file mode bits
See man chmod and search for 'mode bit'

Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'. Old style

# chmod 740 filename.1.[3,4].[0,9].sh

New style. Specify per user, group, other what the permissions have to be

# chmod u+rwx,g+r filename.1.[3,4].[0,9].sh
# ll -d /dev/fuse
crw-rw---- 1 root fuse 10, 229 sep  2 21:13 /dev/fuse
# chmod ugo+t /dev/fuse
# ll -d /dev/fuse
crw-rw---T 1 root fuse 10, 229 sep  2 21:13 /dev/fuse

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
chmod.txt · Last modified: 24-09-2023 08:54 by wim