what are the default permissions for files and folders..?

Answers were Sorted based on User's Feedback



what are the default permissions for files and folders..?..

Answer / sachin goel

By default it is 644 = file and 755 = dir , but when u
create and file / dir that time the permission of these
decides by the value called Umask in your system

Is This Answer Correct ?    38 Yes 1 No

what are the default permissions for files and folders..?..

Answer / rajkumar.p

These permissions are depends upon the umask value. By
default in Linux umask value is 022. So Default file
permission is 644(666-022) & Default directory permission is
755(777-022).

Regards,
Rajkumar.

Is This Answer Correct ?    15 Yes 0 No

what are the default permissions for files and folders..?..

Answer / abi

these are for root user...bt for normal users i think they
are 664 for file and 775 for directories.(666-002=664 and
777-002=775).therefore for root user the umask is 022 and
for normal users the umask is 002.

Is This Answer Correct ?    8 Yes 0 No

what are the default permissions for files and folders..?..

Answer / susheel narayan singh

The umask of user whose uid is 0 to 100 is 022 (by default)
The umask of user whose uid is above then 100 is 002 (by
default)

So
1- The permission of file and directory create by user
whose uid is 0 to 100
dir permission is full permission - umask=(777-022)
ans- 755
file permission is dir permission - execute=(755-111)
ans-644

2- The permission of file and directory create by user
whose uid is above to 100
dir permission is full permission - umask=(777-002)
ans-775
file permission is dir. permission - execute=(775-111)
ans-664

Note:
read=4
write=2
execute=1

> if you want to change umask setting then edit -
# vim /etc/bashrc (file)

Is This Answer Correct ?    3 Yes 0 No

what are the default permissions for files and folders..?..

Answer / navatha

default value depends on UMASK value,ignorte the previous
answer

Is This Answer Correct ?    6 Yes 6 No

what are the default permissions for files and folders..?..

Answer / srinivas antarvedi

they differ based on user type.

]# check umask from home directory

file 0666-umask
directory 0777-umask

Is This Answer Correct ?    4 Yes 8 No

what are the default permissions for files and folders..?..

Answer / saurabh singh

By defauls it is 666 = file and 777 = dir , but when u
create and file / dir that time the permission of these
decides by the value called Umask in your system .

Hope it ask your query

Is This Answer Correct ?    5 Yes 16 No

what are the default permissions for files and folders..?..

Answer / navatha

by default it is 640 both for file and dir

Is This Answer Correct ?    1 Yes 24 No

Post New Answer

More Linux AllOther Interview Questions

What is the complete name of the default configuration file for LILO?

1 Answers  


You want to create a compressed backup of the users' home directories. What utility should you use?

5 Answers  


What is the difference between ext3 and ext4?

0 Answers   IBM,


how to install linux OS? pls send step by step

3 Answers  


How to build new filesystem ? and what is irig file system?

3 Answers  






i want to install XP on RHEL5 with virtualization tell me step by step configuration

1 Answers  


i installed clustering packages.When i try to run it getting LUCI error...what is it..??

0 Answers  


How to give 2 different gateway IP addresses for 2 different interfaces in same system ?

5 Answers   Toyota,


What is the difference between Telnet and SSH?

17 Answers   Bayer, KTree,


what is the use of runlevel 4 in redhat linux? in which cases it will use.

1 Answers  


what is the difference between semaphore, mutex & spinlock?????

1 Answers   Patni,


plz mention some interesting problems you faced and how you solved it?

0 Answers  


Categories