| 1. |
How Do You Remove A File? |
|
Answer» "RM" removes each specified FILE argument (provided that it is a VALID path name). If you SPECIFY either . or .. as the final component of the path name for a file, rm displays an error message, and moves onto the next file. If you specify a file you do not have write permission for, rm asks you for CONFIRMATION. "rm" removes each specified file argument (provided that it is a valid path name). If you specify either . or .. as the final component of the path name for a file, rm displays an error message, and moves onto the next file. If you specify a file you do not have write permission for, rm asks you for confirmation. |
|