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 ‘system calls’ with respect to unix commands?
How many unix commands are there?
What does the command '$ls | wc –l > file1' do?
What is awk used for?
What is time_t?
Name the various commands that are used for the user information in unix.
What is grep and how do you use it?
How do I use grep to search for a file?
What is the difference between cat and more command?
What is the search command in unix?
What is grep in bash?
What does this command do? Cat food 1 > kitty
How do you repeat a command in terminal?
What is the significance of the 'tee' command?
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)?