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 |
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
How many replicas should be for raid5 in sds if I have 5 disk
How can you see the adpters information?
How do you check the run level
How to remove the volume
How will see the kernel version
How will you ad new aliases name
what is the back up software we r using in solaris 8,9,10
SUN CLUSTER offline cluster resources on smslu131
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command
How to unfreeze the svcgroup, (enable onl. & offl.)
What are the differences between the command line and graphical user interface?