In Unix file permissions what does the second field denotes?
Answers were Sorted based on User's Feedback
Answer / 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 |
It is for group i.e what the group is having permission it will display
| Is This Answer Correct ? | 0 Yes | 0 No |
What does mkdir up2date; touch outdated up2date do?
How does pipe () work?
What is shrinking file system in AIX where it actually resides?
What are the commands in UNIX to list the files in a Directory?
what is the use of "grep" command?
What is pipe command in unix?
What is the difference between pipe and xargs?
What is ‘ps’ command for?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
How to get a particular string as your prompt ? Give syntax of that command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?