Skip to content

Commit

Permalink
Merge pull request #5 from kenzie-rasmussen/patch-1
Browse files Browse the repository at this point in the history
Task L solution contains incorrect visudo command
  • Loading branch information
giulianopz authored Sep 8, 2023
2 parents 932a539 + 0502683 commit 60d0f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions practice-questions/tasks/l/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ sudo passwd sysadmin # science
```
sudo usermod -aG sudo sysadmin
sudo visudo
>> %sysadmin ALL= NOPASSWD: ALL
>> sysadmin ALL = NOPASSWD: ALL
```

4. The default shell for this user is ​zsh:
```
sudo usermod sysadmin -s "/usr/bin/zsh"
```
```

0 comments on commit 60d0f9f

Please sign in to comment.