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 are reported commands?
How to use grep command to list find the records of a file containing 10 different strings?
What command is used to switching between users in unix?
Describe the usage and functionality of the command rm –r * in unix?
What is the function of grep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What do chgrp command do?
What are the general commands in using unix os for a beginner?
What does sed command do in unix?
What do know about tee command and its usage?
Describe the zip/unzip command using gzip.
Name the unix command to find how many days the server has been up.
What is ctrl d?
Write a command to kill the last background job?
What is the difference between cat and more command?