Created
May 1, 2013 08:06
-
-
Save lajlev/5494264 to your computer and use it in GitHub Desktop.
Avoid req FTP access wordpress locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create php file in root folder. fx _www | |
<?php echo(exec("whoami")); ?> | |
2. Run in terminal | |
chown -R [whoami output]: [root folder] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment