Answer Posted / hr@tgksolutions.com
UNIX file permissions are typically represented using a combination of characters: r (read), w (write), and x (execute). These permissions are set for three different categories: the file's owner (user), the file's group (group), and others (other). A typical permission set might look like rw-r--r--, where the owner has read and write permissions, while the group and others have only read permissions. This symbolic notation can also be represented numerically, with read as 4, write as 2, and execute as 1, making the previous example 644.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who wrote grep?
Is command prompt unix?
How to display no of records in oracle using unix command?
What are some command words?
How do I run a bash script?
What is the command to compare two files in unix?
What command will change your prompt to myprompt?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Does cp command overwrite files?
What does pipe () return?
Is grep faster than awk?
What does the metacharacter mean?
What is the pipe command?
What does awk stand for?
What is grep r?