run0: add Spanish translation (#13273)

This commit is contained in:
Darío Hereñú 2024-08-04 02:55:10 -03:00 committed by GitHub
parent c3f54ae21b
commit f7fffe0fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
pages.es/linux/run0.md Normal file
View 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}}`