Guest User

Untitled

a guest
Aug 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. sudo -u <user> -g <group> -- echo -n foo
  2.  
  3. su -s /bin/bash -c "/usr/bin/echo -n foo" -g apache apache
Add Comment
Please, Sign In to add comment