Directory modes

rwx -> full access

r-x -> limited access (enter, read)

--- -> no access

drwxr-x--- - directory permissions

su root, su iam - switch user

gpasswd -A bob projectX - user bob now is administrator of this group

su bob

gpasswd -a alice projectX (Adding user alice to group projectX)

gpasswd -d candy projectX

Comments

Popular posts from this blog

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /

tomcat catalina coyote jasper cluster

list services on startup | initctl list | service --status-all | systemctl list-unit-files --type=service