How to view the hidden files in /etc directory?

Answer Posted / srinath.p

$ls -Ra

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below 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 # include 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:

1766


What does sed command do in unix?

568


why metadb requires a seperate slice to create Solaris volume manager

2558


What is command statement?

543


Which command is used to restrict incoming messages?

594






What are grep patterns?

581


Why is awk called awk?

581


What does find command return in unix?

598


Who command in unix?

579


What are the general commands in using unix os for a beginner?

583


What is sed awk grep?

609


Name the unix command to find how many days the server has been up.

609


What does grep v grep do?

556


What are the unix commands?

560


How can you see the command line history?

588