Assume permissions on a file allow you to write to the file but not to delete it.

a. Give a command to empty the file without invoking an editor.
b. Explain how you might have permission to modify a file that you cannot
delete.

a. $ cat /dev/null > filename
b. To delete a file, you must have write and execute permission for the direc-
tory holding the file. To write to a file, you must have write permission

for the file and execute permission for the parent directory. When you
have write permission only for a file and execute permission only for the
directory holding the file, you can modify but not delete the file.

Computer Science & Information Technology

You might also like to view...

________ are small picture elements

Fill in the blank(s) with correct word

Computer Science & Information Technology

The role of ____ is to ensure that information resources that are needed to underwrite a particular business strategy are kept confidential, correct, and available.

A. governance B. assurance C. risk analysis D. cybersecurity

Computer Science & Information Technology