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 / 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 View All Answers
What are the mv command options?
What are the basic dos commands?
Which command is used to see the online manual?
What does uname command do?
tell me something about linux commands.
What is tty in linux command?
Which command is used to find what is in your home directory?
Who linux commands?
How do I run a .sh file in linux?
What is p in mkdir?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
How do I check my cpu cores?
How do I check storage on linux?
Why we use pwd command in linux?
Is llvm a compiler?