How do you change file permissions and ownership in Unix?
Answers were Sorted based on User's Feedback
• 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 |
Answer / nashiinformaticssolutions
• 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 |
How do you know about running processes of a particular user?
what is the significance of "su" command?
What are bash commands?
what is the use of ls -l command & what is the information it gives about user ?
What is the comma to show the space allocation of files?
How do you find files in Unix?
What do chown command do?
Which command should you use to find the remaining disk space in unix server?
What is grep short for?
what does the job command do?
What is grep and how do you use it?
How do I find previous commands in unix?