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>
Answer Posted / 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 |
Post New Answer View All Answers
What file type is a makefile?
what do know about commands?
What is ps command in linux?
What are the commands in linux?
What are the mv command options?
How do I change shell in linux?
How do you create a file in linux?
Explain trap command of linux?
Why do we use cmake?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is git command?
How compile c++ program in cmd?
Which command is used to compare the files?
How to know linux os is 32 bit or 64 bit?
What does history command do in linux?