You are on page 1of 10

Linux Administration

Course
LIC-L06
GROUP
/etc/group

Groupadd [groupname]

Groupdel [groupname]

[Group name]:[Group password]:[GID]:[Group members]


Linux File Permissions

User “Owner” --- Group --- Other “all


user”
Linux File Permissions

Read

Write

Execute
Linux File Permissions

Read = 4

Write = 2

Execute = 1
Linux File Permissions

User “Owner” --- Group --- Other “all


user”

-rwxrwxrwx 1 root root 0 Mar 1 12:00 cst.txt


Change User Mode

Chmod [permission] [path]

Chmod 752 /home/public


Value | Meaning Value |
Meaning

777 rwxrwxrwx 644 rw-r-r


755 rwx-rx-rx 600
rw------

700 rwx------
Change group, mode, owner

Chown

Chgrp

chmod
Any Questions?

You might also like