In Unix file permissions what does the second field denotes?
Answer Posted / dibya lochan giri
in unix file permissions the second field denotes as group
[read(r),write(w),execute(x)] permissions.
read=4
wite=2
execute=1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is grep in bash?
What is the comma to show the space allocation of files?
Why is grep called grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does find command return in unix?
How do you grep a case insensitive?
What's a command word?
What command will change your prompt to myprompt?
Explain command to show the space allocation of files?
Name the general commands in using unix os for a beginner?
Does cp command overwrite files?
What is the use of awk command in unix?
What is grep r?
Explain mount and unmount command.
What is rmdir command?