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 755
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 every body and wite the proper
answer. Thanks in Advance
Answers were Sorted based on User's Feedback
Answer / gowri
for file with permission 777 and with default umask 022 it
gets (777-022=755) so the permission changes to 755.
bt if a file with permission 444 and default umask 022 (444-
022=422) here it makes no sense with 422 permission so it
doesnt change and permission remains the same 444.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ratikant
owner group other
rwx----------------rwx-------------------------rwx
421----------------421-------------------------421
when umask is 022---------->
as it is -----------(-write)--------------------(-write)
------------------------w-------------------------------w
so when permission is 444--->
r-- r-- r--
umask 022
--------------------------------------------------
result is 444
| Is This Answer Correct ? | 0 Yes | 0 No |
In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.
What is UMASK
What are processing daemon in nis
How to check the no of the processor available
What is an alternative to the “top” command on Solaris?
How can u configure DNS & configuration files
Explain inode
SUN CLUSTER offline cluster resources on smslu131
How can you search for commands at the boot prompt if you only know part of the command?
how to use the command "top" in solaris 10
How will see the kernel version
Explain the boot process?