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
Who command in unix operating system?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does the md command do?
What is the use of awk command in unix?
Differentiate cat command from more command.
How do I use grep to find a file?
What is the first character of the output in ls l command?
How do you grep a case insensitive?
Which unix command to make a new directory?
Can you enlist some commonly used network commands?
How does shebang work?
How do I open a port?
Who invented grep?
What is the command to compare two files in unix?
What does the command '$ls | wc –l > file1' do?