What is a login/home directory? How can you determine the name of your home directory? Give the command(s) that you can use for this purpose. Give the command for displaying location of the home directory for the user david on your system

What will be an ideal response?


The name of my login/home directory is /home/faculty/msarwar. You can display he name of your home directory by running the echo $HOME command under Bash and echo $home under the TC shell. You can display the location of david’s home directory with the echo ~david. The following Bash session shows the execution of these commands.
$ echo $HOME
/home/faculty/msarwar
$ echo ~david
/home/student/david
$

Computer Science & Information Technology

You might also like to view...

In a binary systems, a zero bit represents a switch in the ____ position, and a one bit represents a switch in the ____ position.

a. on, off b. off, on c. neutral, binary d. positive, negative

Computer Science & Information Technology

The theme layouts determine where the text and content placeholders display on the slide._________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Match the following terms with their definition

I. Cell II. Worksheet III. Spreadsheet IV. Workbook V. Column A. Displays upon startup of Excel B. Group of vertical cells on a worksheet C. Also known as a spreadsheet D. Intersection of a row and column E. Also known as a worksheet

Computer Science & Information Technology

The third normal form requires that the table has to be free of transitive dependencies and that the table satisfies both 1NF and 2NF

Indicate whether the statement is true or false

Computer Science & Information Technology