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 command will bring user back to their home
directory in UNIX?

Answer Posted / kamal

cd ~username

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the general commands in using unix os for a beginner?

1114


What are file commands?

1193


Why is it called a shebang?

1136


What does sed command do in unix?

1145


Who wrote grep?

1025


What is grep r?

1056


Explain command to show the space allocation of files?

1099


What is nr in awk command?

1160


What does grep v do?

1019


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:

2228


How do I find previous commands in unix?

1148


What happens when we execute a unix command?

1111


What will the following command do?

1093


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

1288


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

1177