How do you change file permissions?
The chmod command, short for "change mode", is employed to modify file or directory permissions. You can use symbolic or numerical notation with this command. For instance, chmod u+x filename adds execute permission for the user (owner), while chmod 755 filename sets permissions to rwxr-xr-x. The command offers flexibility, allowing users to control access to their files and directories precisely.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a command that will display files in the current directory, in a colored, long format.
what is the default permission for /etc/shadow file in UNIX
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
What is the use of egrep command in unix?
How to identify whether a file is normal file or directory?
Which unix command lists files/folders in alphabetical order?
What is clustering in HP and how it's work?
what is the command to print last 8 lines of any text file.
what is telnet?
What is a command and examples?
What is Unix, and how does it differ from other operating systems?
How to see unused port number in Solaris?