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

How can we increase disk read performance in single command?

0 Answers  


tell me something about linux commands.

0 Answers   Ericsson,


What is difference between free and available memory in linux?

0 Answers  


The ‘logout’ built in command is used to

0 Answers  


What is the ipconfig command for linux?

0 Answers  






What is the programming language for linux?

0 Answers  


How can we see the default gateway ip ini linux.

6 Answers  


What is git command?

0 Answers  


who invented unix?

3 Answers   Wipro,


what is the command to make a process to run in the background from foreground?

5 Answers   Patni,


Explain about sh?

0 Answers  


What is the use of man command in linux?

0 Answers  


Categories