mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
sudo: remove ambiguity in example (#2585)
This commit is contained in:
parent
fb9011f6f9
commit
5863333106
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Run a command as another user and/or group:
|
- Run a command as another user and/or group:
|
||||||
|
|
||||||
`sudo -u {{user}} -g {{group}} {{id}}`
|
`sudo -u {{user}} -g {{group}} {{id -a}}`
|
||||||
|
|
||||||
- Repeat the last command prefixed with "sudo" (only in bash, zsh, etc.):
|
- Repeat the last command prefixed with "sudo" (only in bash, zsh, etc.):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue