Create a directory called memos in your home directory. Go into this directory and create a file memo.james by using one of the editors we discussed in Appendix A. Give three pathnames for this file.
What will be an ideal response?
The command for creating the memos directory is mkdir ~/memos. If your system is not BSD compliant, use the mkdir $HOME/memos command. Then use the cd ~/memos command to make memos your current directory. Use the editor of your choice to create the memo.james file in this directory.
The three pathnames for this file are given below. The first is the absolute pathname for the file and remaining are its relative pathnames.
/home/faculty/sarwar/memos/memo.james
~/memos/memo.james
$HOME/memos/memo.james (or $home/memos/memo.james)
memo.james or ./memo.james (if memos is your current directory)
You might also like to view...
An exception thrown from outside a try block will
a. be caught outside the catch block b. be caught inside the catch block c. remain inside the throw block d. cause the program to abort execution e. None of these
A presentation ________ can contain text, pictures, tables, charts, and other multimedia objects
Fill in the blank(s) with correct word
SonicWALL firewalls provide built-in NAT
Indicate whether the statement is true or false.
The ____ ratio is the ratio of an object's height to its width.
A. image B. pixel C. aspect D. proportion