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
Brief about the command nn?
How will you suspend a running process and put it in the background?
What is sudo bash command?
What are the options of wc command?
Explain command grouping in linux?
What are the linux commands used in devops?
Why bash is used in linux?
What are commands in grammar?
What does bash stand for?
Brief about finger username?
How do you ask politely?
Why do we use cmake?
How do you check which file consuming more space in linux?
What is lsof command in linux?
How much ram do I have linux?