When I try to use this command: $ mkdir /tmp/wordpress/wp-content/upgrade
It comes up with a message:
mkdir: cannot create directory '/tmp/wordpress/wp-content/upgrade': No such file or directory
Actually before I typed chmod 660 /tmp/wordpress/ .htaccess
Then I typed $ cp /tmp/wordpress/wp-config-sample.php /tmp/wordpress/wp-config.php
Then comes up with cp: failed to access '/tmp/wordpress/wp-config.php': Permisson denied
Please someone help me resolve this issue.
/tmp. You might findmkdir -pwill work but I don't think that's addressing the real problem. – Carl H Jul 27 '18 at 10:13/tmp/wordpress/exist? Can you post the contents of said folder? – j-money Jul 27 '18 at 10:13ls -la /tmp/wordpress/wp-config*– abu_bua Jul 27 '18 at 10:30