Question 62:
user1 has a disk quota of 0.5 MB. The user attempts to run the following command on a file called .bigfile that is 495 KB in size: cp bigfile /tmp Will the command execute successfully?
Answer options:
A. Yes. Quotas do not include any of the system files such as /tmp /swap. B. Yes. The quota is set at the directory level, not the user level. C. No. The command will fail because it will cause him to exceed his user quota. D. No. A user cannot place files into the /tmp directory.