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



Why copied file permission is changed in destination. When i give all permission i.e 777 to file an..

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

Why copied file permission is changed in destination. When i give all permission i.e 777 to file an..

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

Post New Answer

More Solaris Commands Interview Questions

What is the difference between container and zones?

1 Answers   IBM,


How to configure root mirroring in veritas volume manager

5 Answers   L&T,


how can system identify run level at boot time?

5 Answers   Accenture,


How to Create a snapshot volume

2 Answers  


What are the differences between the command line and graphical user interface?

0 Answers  






After first installation of Solaris 10, what and all the Securities We need to set and how ?

0 Answers   Microland,


How to create core dump and crash dump #coreadm .

0 Answers  


how to add the more than one number of pkg at a time in solaris

2 Answers  


How to review all zones in solaris10?

3 Answers   Infosys,


After creating user account successfully it shows 64 blocks.what for these 64 blocks are used and what information is stored in this blocks?

5 Answers  


What is the command to check wwn in solaris?

3 Answers   Siemens,


What does pkgadd command do?

0 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)