On 9/25/2012 5:22 PM, Smith, Ann (CTO Service Delivery) wrote:
Is there any meaning to the fourth (really first) digit displayed by the
umask command?

It would make sense to display an octal number that can reach up to 0777
as 0077. Remember, a leading 0 is an indication of an octal number, and
9 bits need to be displayed, so umask probably has this a simply
printf("%4.4o") - or maybe printf("0%3.3o") - although a look at the
source would probably confirm (or invalidate) that assumption.

--Ivan

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to