Results 1 to 3 of 3
I have a senario. Is it possible?
Senario is as below:
Suppose I have a folder /submit and 2 OS users usr1 & usr2.
Now both the users have created ...
- 11-08-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 2
File Permission
I have a senario. Is it possible?
Senario is as below:
Suppose I have a folder /submit and 2 OS users usr1 & usr2.
Now both the users have created their files in the location /submit.
Folder of usr1 is po_contract1.csv
Folder of usr2 is po_contract2.csv.
Now the situation is usr1 & usr2 both can create, uptade & read their own files BUT CANN'T UPDATE OR DELETE OTHER's FILE IN THE LOCATION /submit. Means:
usr1 cannot update or delete po_contract2.csv in /submit
usr2 cannot update or delete po_contract1.csv in /submit
IS IT POSSIBLE? IF SHOW WHAT ARE THE STEPS AND SYNTAX.
- 11-08-2011 #2
sounds like a sticky bit to me. Sticky bit - Wikipedia, the free encyclopedia
linux user # 503963
- 11-09-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 2
Thanks.. it worked..


Reply With Quote