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 clang llvm?
What could be the problem when a command that was issued gave a different result from the last time it was used?
In Linux how you set time a limit on quota?
script is like x=10; y=20; [$x-ne$y]; echo $ please give me output.
What will happen when a system call is encountered in a user program?
What is the use of ls command?
What would be the result of the command paste -s dog cat?
What can you type at a command line to determine which shell you are using?
Who linux commands?
What are the commands in linux?
What is the role of the Linux kernel?
What is bash linux?