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 the use of cut command in unix?
What is s and g in sed command?
What do chgrp command do?
Which command is used to restrict incoming messages?
What is ctrl d?
Differentiate cmp command from diff command.
Is grep faster than awk?
What is the general format of unix command syntax?
What is the first character of the output in ls l command?
What is awk command used for?
What is sed awk grep?
Does cp command overwrite files?
What is the use of the command 'ls -x chapter[1-5]' ?
Name the unix command to find how many days the server has been up.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?