What is the name of the shell variable that holds the name of your home directory? How can you change your home directory unde a LINUX system?

What will be an ideal response?

The name of the shell variable is HOME under Bash and home under the TC shell. You can change your home directory under LINUX by using the HOME=new_dicrectory_name command, followed by the export HOME command. The following Bash session gives a sample run of these commands.
$ HOME=/home/faculty/msarwar/courses
$ export HOME
$ echo $HOME
/home/faculty/msarwar/courses
$

Computer Science & Information Technology

You might also like to view...

Windows Movie Maker creates a movie file with the extension of .wmv

Indicate whether the statement is true or false

Computer Science & Information Technology

Which view allows you to apply formatting to multiple slides?

A) Reading B) Normal C) Slide Sorter D) Zoom

Computer Science & Information Technology