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 ‘library functions’ with respect to unix commands?
How do I open a port?
Why is it called grep?
What does the metacharacter mean?
How do I search for a file in unix command?
What is a bash command?
How to use grep command to list find the records of a file containing 10 different strings?
Which unix command to make a new directory?
What is grep and how do you use it?
What is difference between grep and find command in unix?
How do I find previous commands in unix?
What is $0 bash?
What command will change your prompt to myprompt?
How do I run a bash script?
Can you enlist some commonly used network commands?