In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>

Answers were Sorted based on User's Feedback



In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There i..

Answer / manavalan

setfacl -m g:Hr:rw ,g:Marketing:rw file1.txt

Is This Answer Correct ?    3 Yes 0 No

In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There i..

Answer / hems

let's say HR,MR,FIN are groups,
then,
#chown -R HR:MR file1.txt
#chmod -R 660 file.txt

Is This Answer Correct ?    0 Yes 0 No

In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There i..

Answer / saty

is your question about accessing file1.txt for finance group:

if yes:linux.root@localhost#chmod 0777 file1.txt

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

What is a makefile in c?

0 Answers  


difference between patches and packages? and how to upgrade patches

2 Answers   HP, Yahoo,


How do I start ms dos?

0 Answers  


What is mkdir p?

0 Answers  


What is Data Command?

0 Answers  






What is the status code 403,404 represented in apache server?

2 Answers  


How do I navigate in cmd?

0 Answers  


How do I run whois command?

0 Answers  


How do you kill a process in linux?

0 Answers  


What is df command in linux?

0 Answers  


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

0 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers  


Categories