Sorry to all Technical person for mistake of Question.
Now i am post currect question
Why copied file permission is changed in destination. When i
give all permission i.e 777 to file and copy that to other
location in destination the permission is 755. But if give
permission 555 in destination that file permission is 555
and if give permission 444 to file after copy in destination
the file permission is 444. These all are happening in
normal user. How the umask value is calculate here really i
am not understand. Please write the proper answer. Thanks
in Advance
Answer Posted / hari
not problame to other users.
umask is user level permission
u give 666
after create file that permission is 666
u give 333 permission that umask calculate bello u see
666-333=333
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
What is unix command?
How does the system know where one command ends and another begins?
What is the function of grep command in unix?
What is pipe command in unix?
How do I delete files from command prompt?
Who command in unix?
What is merge command in unix?
What is the use of find command in unix?
What does grep v do?
How do I run a whois command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Using unix command how to display no of records in oracle?
What does #!/ Bin sh do?
What does find command return in unix?