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 |
Where can I get the free download of Unix by Yeswant Kanetkar?
What is the use of egrep command in unix?
Which command should you use to find the remaining disk space in unix server?
what is the use of ls -l command & what is the information it gives about user ?
Explain command to view process running?
What is the use of the command 'ls -x chapter[1-5]' ?
What does find command return in unix?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
What command would users use to see what file one page at a time in UNIX?
What is the use of sed command in unix?
What is $0 bash?
How to setup sudo, only can use for particular date & time only ( for solaris10 )