Skip to content

Instantly share code, notes, and snippets.

@LiamKarlMitchell
Created October 31, 2018 20:43
Show Gist options
  • Save LiamKarlMitchell/8e568df9d4dc6eebce9e3cfb18dad9d8 to your computer and use it in GitHub Desktop.
Save LiamKarlMitchell/8e568df9d4dc6eebce9e3cfb18dad9d8 to your computer and use it in GitHub Desktop.
Switch to a bash shell for www-data in web directory.
#!/bin/sh
cd /var/www/html
sudo su -s /bin/bash www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment