exam questions

Exam 303-200 All Questions

View all questions & answers for the 303-200 exam

Exam 303-200 topic 1 question 13 discussion

Actual exam question from LPI's 303-200
Question #: 13
Topic #: 1
[All 303-200 Questions]

Which of the following resources of a shell and its child processes can be controlled by the Bash build-in command ulimit? (Choose THREE correct answers.)

  • A. The maximum size of written files
  • B. The maximum number of open file descriptors
  • C. The maximum number of newly created files
  • D. The maximum number of environment variables
  • E. The maximum number of user processes
Show Suggested Answer Hide Answer
Suggested Answer: ABE 🗳️
http://ss64.com/bash/ulimit.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Selected Answer: ABE
ABE is correct. ulimit -c [size] Sets the maximum size of core files created by the shell ulimit -n [number] Sets the maximum number of open file descriptors ulimit -u [number] Sets the maximum number of processes available to a user
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...