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 |
What does touch command do in unix?
How do you find path of a directory? Give its syntax.
what will this do $cat > file.c ?(file.c is a file in current directory)
Give two UNIX kernel parameters that effect an Oracle install
How many bits use for MAC address?
Through which command will redirect output to bOth screen and files at the same time?
distinguish between interrupts and exceptions?
Why is it called grep?
What is mtime in find command?
Name the various commands that are used for the user information in unix.
Who invented grep?
how to check a file system type