Skip to content

Commit b76b324

Browse files
linux: link to sudo setup page on Debian Linux wiki
1 parent a0a62c2 commit b76b324

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- persistence: new section with structure and basic content
1515
- dev: set git attributes to correctly identify languages used
1616
- practices: asking questions
17+
- linux: link to sudo setup page on Debian Linux wiki
1718

1819
### Changed
1920

docs/os/debian-linux.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,15 @@ Debian recommends using the root account to administer the system, rather than u
4141
su -
4242
```
4343

44-
> root password is set during install of Debian
44+
!!! INFO "root password is set during install of Debian"
4545

4646
!!! HINT "Dedicated terminal for root account"
4747
Open a terminal application specifically to use the root account when carrying out significant maintenance, e.g. installing many packages during the post install.
4848

49+
??? INFO "Install & Configure sudo for Debian Linux"
50+
The [sudo page on the Debian Wiki](https://wiki.debian.org/sudo) describes how to install `sudo`, should that approach be acceptable.
51+
52+
4953
## Set XDG freedesktop locations
5054

5155
=== "Zsh"

0 commit comments

Comments
 (0)