What command will bring user back to their home
directory in UNIX?
Answer Posted / pitambar mishra
To go to home directory :
cd
cd ~
cd $home
cd ~username
cd /home/username
To go to any users home directory :
cd ~username
cd /home/username
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a command and examples?
What is the difference between grep and grep?
What does the command ' $who | sort –logfile > newfile' do?
How do I search for text in vi?
What is the comma to show the space allocation of files?
What is command statement?
Describe the zip/unzip command using gzip.
What is unix command line?
What is the command to find maximum memory taking process on the server?
Enumerate some of the most commonly used network commands in unix?
What does 'mkdir' command do in UNIX?
What is the significance of the 'tee' command?
What does awk stand for?
What is the nmap command?
How do I delete files from command prompt?