Skip to content

Commit

Permalink
Added new question to linux section (#3256)
Browse files Browse the repository at this point in the history
Recently took a test and found a new question which I added to the linux section
  • Loading branch information
krish512 authored Mar 13, 2022
1 parent 0fd8742 commit b184068
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux/linux-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,10 @@ if [[ $FILE == $GLOB ]] ;then
- [ ] 0-99
- [ ] 200-299
- [ ] 0-299

### Q84. Typing `systemctl enable crond` does what to the crond service?

- [ ] Starts the crond service now.
- [ ] Allows user to start the crond service.
- [ ] Unmasks the crond service.
- [x] Ensures that the crond service starts automatically on bootup.

0 comments on commit b184068

Please sign in to comment.