linux file defaults permition

Answers were Sorted based on User's Feedback



linux file defaults permition..

Answer / jitendra

644

Is This Answer Correct ?    27 Yes 1 No

linux file defaults permition..

Answer / nagesh.ponnapalli

umask value = 022
Without a umask in effect,any file created will have 666
permissions.

666
022
---------
644
---------
A umask of 022 will result in files created with 666 permission.

Is This Answer Correct ?    15 Yes 0 No

linux file defaults permition..

Answer / sandeep

normal user

permissions.

666 Default permission
022 Umask value
---------
644 Actual permission

Root user

666 Default permission
002 U mask Value
--------
664 Actual value

Is This Answer Correct ?    7 Yes 0 No

linux file defaults permition..

Answer / nageshp

A umask of 022 will result in files created with 644 permission.

Is This Answer Correct ?    5 Yes 0 No

linux file defaults permition..

Answer / suman

full access 777

umask 022

directory 755

file 644

Is This Answer Correct ?    4 Yes 0 No

linux file defaults permition..

Answer / vishal

default permission depend on UMASK value

Is This Answer Correct ?    0 Yes 0 No

linux file defaults permition..

Answer / kr

Umask value 022
it mean 777 - 022 = 755

Is This Answer Correct ?    5 Yes 9 No

linux file defaults permition..

Answer / chin

664

Is This Answer Correct ?    6 Yes 11 No

Post New Answer

More Linux System Calls Interview Questions

what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


What is the Diffrent between Redhat linux And suse linux

2 Answers   Wipro,


if root user forget the password how to change it?

4 Answers   Wipro,


what are the backup utilites on red hat linux 4.0?

4 Answers   Wipro,


1. Where the History file can be located? 2. How will you harden the server? 3. Diff between Raid 1 and Raid 5? 4. What is the largest disk size can be used in LVM? 5. How will you remove a PV from lvm without any data loss? 6. What is the diff between ext3 and ext2 File system? 7. How we can use resize2fs, what is the purpose? 8. What is the purpose of LVM? Why it is used? 9. If the FS is in read-only mode, so we cannot create any file. How will you fix it? 10. How to create swap partition after OS installation? 11. What is the diff between ssh and telnet? 12. How to find out the dependency required for a package?

3 Answers   IBM,






How to create secured appeche web sever ?

1 Answers   HCL,


what is cups and how to configure?

7 Answers   IBM,


what is nis server

13 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


What are system calls used for process management in linux?

0 Answers  


what happens when we do insmod & rmmod in Linux Device Drivers ?

2 Answers  


why the kernel panic error was appering?

13 Answers   Air2Web, Allianz,


Categories