Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the default permission for /etc/shadow file in UNIX

Answers were Sorted based on User's Feedback



what is the default permission for /etc/shadow file in UNIX..

Answer / guest

400

Is This Answer Correct ?    19 Yes 4 No

what is the default permission for /etc/shadow file in UNIX..

Answer / sai kiran

-rw------- 1 root root 1421 Oct 10 22:40
/etc/shadow

600

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More Unix Commands Interview Questions

When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


How do you know about running processes of a particular user?

11 Answers  


How to get the operating system's information in unix?

6 Answers   IBM, TCS,


In vi editor how do you execute unix commands?

10 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


How can you create a symbolic link to a file or directory?

1 Answers  


How to display a file name which has zero bytes in size.

11 Answers   Polaris,


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


How to convert a hidden file to normal visible file?

8 Answers  


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


How do you execute a UNIX command in the background?

6 Answers  


Categories