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
$
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
The theme layouts determine where the text and content placeholders display on the slide._________________________
Answer the following statement true (T) or false (F)
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
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