How do you change file permissions and ownership in Unix?
Answer Posted / hr@tgksolutions.com
• Changing Permissions: Use the chmod command to change file permissions. For example, chmod 755 filename sets the permissions to read, write, and execute for the owner, and read and execute for the group and others.
• Changing Ownership: Use the chown command to change the ownership of a file. For example, chown user:group filename changes the owner to user and the group to group.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the search command in unix?
How do I clear my terminal history?
Explain command to show the space allocation of files?
What is grep short for?
Are you in or at the office?
What is the pipe command?
Explain command to view process running?
Enumerate some of the most commonly used network commands in unix?
What do know about tee command and its usage?
How many unix commands are there?
Give the command for finding the current date.
How do I find previous commands in unix?
what is the advaantage of each user having its own copy of the shell?
What is the behavioural difference between cmp and diff commands?
What is the command to find maximum memory taking process on the server?