Give the command for deleting the memos directory. How do you know that the directory has been deleted?
What will be an ideal response?
rmdir ~/memos (if the memos directory is empty)
rm -r ~/memos
I will make my home directory my current directory and run the ls -l command to make sure that there is no directory called memos in my current (home) directory. You can also run the ls -l ~ command to perform the same task.
You might also like to view...
The total cost of a car including tax at 8.6 percent is $12,500. What was the cost before tax?
What will be an ideal response?
Attempting to copy a C-string value that is larger than the declared destination array causes ____.
A. a compile error B. a program crash C. the copy to overflow the destination array D. memory leak
A(n) ____ is a text string used to identify a DTD on the Web.
A. public identifier B. DTD C. user agent D. tag
One convenience of installing a guest OS in a VM is being able to boot to the installation program with an ISO file rather than a DVD disk.
Answer the following statement true (T) or false (F)