Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created March 27, 2021 01:05
Show Gist options
  • Save thiago-vieira/d67f841af8689fbe9be655783464a7cb to your computer and use it in GitHub Desktop.
Save thiago-vieira/d67f841af8689fbe9be655783464a7cb to your computer and use it in GitHub Desktop.
Linux - executar comando com outro usuário, aproveitando o ambiente do usuário atual
sudo -E -u user wget www.google.com.br
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment