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
Which command will print your home directory on screen?
Write a command that will display files in the current directory, in a colored, long format.
What does the command '$ls | wc –l > file1' do?
What are awk commands?
What is the use of sed command in unix?
What do chown command do?
What is $0 bash?
Which command is used to create a directory?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is s and g in sed command?
What is the pipe command?
What are filter commands in unix?
What are some command words?
What is the use of awk command in unix?
What is the command to find maximum memory taking process on the server?