What command will bring user back to their home
directory in UNIX?

Answer Posted / madhu

cd ~

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command should you use to find the remaining disk space in unix server?

706


How do I delete files from command prompt?

549


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

641


What does find command return in unix?

592


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:

1758






Why is grep called grep?

780


Differentiate cat command from more command.

576


Which command is used to create a directory?

574


What do know about tee command?

605


How do I use grep to search for a file?

580


What is the difference between grep and grep?

566


What is the significance of the 'tee' command?

596


What is awk used for?

618


What is unix command line?

606


Who wrote grep?

581