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
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 |
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 |
What is help command in linux?
what is the command To print script arguments
What is trusted/untrusted operating system?
Explain difference between nfs soft and hard mouniting points?
How use more command in linux?
tell me command for" to create more than one name to a file".
How do you open a command prompt when issuing a command?
What does cd – command do?
How do you change file permissions in Linux?
Which two commands can you use to delete directories?
Explain any one service which are working on udp only?
why context switching time should be minimum? How it depends on hardware support?