Hi,friends
I have a file called test.c as below:
#ls -l
-rw-r----- 1 myname mygroup 8352 Aug 14 14:57 test.c
Now i want to grant the user B read only this file and user C write only it.How can i get it?
if
#usermod -G mygoup B
the user B can read test.c only.But i donot know how to make user C write test.c only.
Any help is appreciated!
IPO_z@cmmail.com
Garbage in,Garbage out
I have a file called test.c as below:
#ls -l
-rw-r----- 1 myname mygroup 8352 Aug 14 14:57 test.c
Now i want to grant the user B read only this file and user C write only it.How can i get it?
if
#usermod -G mygoup B
the user B can read test.c only.But i donot know how to make user C write test.c only.
Any help is appreciated!
IPO_z@cmmail.com
Garbage in,Garbage out