What is default permissions for others in a file?
Answers were Sorted based on User's Feedback
Answer / vineet arya
This totally depends on the umask number which is generally
022 resulting the default permission as 755.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pradeep.k
the default permission for directory is 755 means for others
r-x, for the file permission 644 means for others only r--,
here default the execution will be there, not to mension
explicitly. here what ever the default permissions are there
that depends on umask, the default umask is 022.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does iostat do?
What is a daemon?
What are Profilers?
in unix profile contains
How to setup display for a remote system?
HOW DO CREATE A NFS FILE SYSTEM
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.
How to give root privileges without using SU/sudor ?
What are setuid/setgid in relation to file permissions?
how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system
What is the difference between Swapping and Paging?
What is the difference between > and >> operators?