First page
Back
Continue
Last page
Image
Every file on Unix systems carries its file permissions
UNIX file permissions can be Read, Write or Execute
chmod <rights> <user>
: Give the <rights> (R,W,E) to the <user>
Granting User Permissions In Linux