Home run-command-as-different-user
Post
Cancel

run-command-as-different-user

1
su - username -s shell -c "command"

eg;

1
su - www-data -s /bin/bash -c "/usr/bin/youtube-downloader.sh"
This post is licensed under CC BY 4.0 by the author.