InterviewSolution
Saved Bookmarks
| 1. |
____ command is used for setting limits on file size.(a) limit(b) flimit(c) ulimit(d) flimThe question was asked during an interview.My doubt stems from Administrator Specific Commands and Privileges topic in portion Essential Shell Programming of Unix |
|
Answer» CORRECT OPTION is (c) ulimit The BEST explanation: The ulimit command is used for imposing a restriction on the maximum size of the FILE that a user is permitted to create on the system.For example, |
|