How to add permissions for multi user with folder in Fedora / RHEL / Cent OS Linux (5.x,6.x)
How to add permissions for multi user with folder in Fedora / RHEL / Cent OS Linux (5.x,6.x)
We have 2 user : linshan and total. We want 2 user have permission write in folder /apps We will create 1 group and add 2 user to this group
[root@Lab218 ~]# useradd linshan [root@Lab218 ~]# useradd total [root@Lab218 ~]# groupadd vip [root@Lab218 ~]# usermod -a -G vip linshan [root@Lab218 ~]# usermod -a -G vip toal usermod: user toal does not exist [root@Lab218 ~]# usermod -a -G vip total…
View On WordPress













