mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
run0: add Spanish translation (#13273)
This commit is contained in:
parent
c3f54ae21b
commit
f7fffe0fdb
1 changed files with 13 additions and 0 deletions
13
pages.es/linux/run0.md
Normal file
13
pages.es/linux/run0.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# run0
|
||||
|
||||
> Eleva privilegios interactivamente.
|
||||
> Similar a `sudo`, pero no es un binario SUID, la autenticación tiene lugar a través de polkit, y los comandos se invocan desde un servicio `systemd`.
|
||||
> Más información: <https://www.freedesktop.org/software/systemd/man/latest/run0.html>.
|
||||
|
||||
- Ejecuta un comando como root:
|
||||
|
||||
`run0 {{comando}}`
|
||||
|
||||
- Ejecuta un comando como otro usuario y/o grupo:
|
||||
|
||||
`run0 {{-u|--user}} {{nombre_de_usuario|uid}} {{-g|--group}} {{nombre_de_grupo|gid}} {{comando}}`
|
Loading…
Add table
Reference in a new issue