wht is the umask value to crate directory with only rw
options to root..?
Answers were Sorted based on User's Feedback
Answer / rams
umask 177
drw------- 2 ramas sysadmin 512 Mar 6 15:21 ttt
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / senthilakshmi
UMASK Value will be "000".
Root overrides all the permissions.
Example:
# chmod 000 test
# ls -ld test
d--------- 2 root root 512 Jun 19 16:02 test
# cd test
# pwd
/test
# mkdir test
# ls -l
total 2
drwxr-xr-x 2 root root 512 Jun 19 16:02 test
# touch test1
# ls -l
total 2
drwxr-xr-x 2 root root 512 Jun 19 16:02 test
-rw-r--r-- 1 root root 0 Jun 19 16:03 test1
#
| Is This Answer Correct ? | 1 Yes | 2 No |
Dear All,
Kindly ignore the above answer.
UMASK Value will be "777".
Root overrides all the permissions.
Example:
# chmod 000 test
# ls -ld test
d--------- 2 root root 512 Jun 19 16:02 test
# cd test
# pwd
/test
# mkdir test
# ls -l
total 2
drwxr-xr-x 2 root root 512 Jun 19 16:02 test
# touch test1
# ls -l
total 2
drwxr-xr-x 2 root root 512 Jun 19 16:02 test
-rw-r--r-- 1 root root 0 Jun 19 16:03 test1
#
| Is This Answer Correct ? | 1 Yes | 2 No |
how to install solaris and windows on a single harddisk ie dual booting
What is the zone in DNS?
How to configure llt and gab in VCS tell me step by step?
what is the use of TCP wrappers
what are raid 0 ,1 ,5
Difference between NFS version 2 and NFS version 3?
how to check packets transmission statistcs b/w servers..?
How to know number of ports of HBA card ???????
1 Answers Accel Frontline, Thomson Reuters,
wat is router? How do u find a default router?
Difference between secure copy and remote copy
which information superblock contains..?whre u can find the bootblock..?
how to use Multipathing in Solaris