25 lines
750 B
Plaintext
25 lines
750 B
Plaintext
CHMOD(1) User Commands CHMOD(1)
|
|
|
|
NAME
|
|
chmod - change file mode bits
|
|
|
|
SYNOPSIS
|
|
chmod [MODE] [FILE]
|
|
|
|
DESCRIPTION
|
|
Changes the mode bits of a FILE based on the MODE string. MODE is
|
|
either an octal number or contains the characters +-drwx. If an octal
|
|
number is specified, the bits map to the drwx field.
|
|
|
|
AUTHOR
|
|
Dave Hein
|
|
|
|
COPYRIGHT
|
|
Copyright (c) 2011, 2012, Dave Hein
|
|
MIT License (See license.txt in the root directory)
|
|
This is free software: you are free to change and redistribute it.
|
|
There is no warranty, to the extent permitted by law.
|
|
|
|
|
|
SPINIX utility March 2012 CHMOD(1)
|