This commit is contained in:
Maxim Devaev 2023-08-03 00:37:21 +03:00
parent 88f69c9b75
commit 297f0ebdb9
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
To add a shell/terminal account:
# rw
# su -
# adduser <user>
# useradd <user>
# passwd <user>
```