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 is the syntax of grep command and what is its use?
Does cp command overwrite files?
Briefly, how do you install Oracle software on UNIX.
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
Why is shebang used?
Can a process kill itself in UNIX/or in its various versions?
What are reported commands?
how will you convert a general file to a hidden file?
Explain mount and unmount command.
In UNIX, what is the command to edit contents of the file?
their is a file1,file2 and i want to append file1 data to file2?
What is unix command line?