[BlueOnyx:21044] Re: Command for chmod for All php files

2017-05-16 Thread Richard Barker

Thank you Chris That worked

RC

--

/*Richard C. Barker Sr.
CEO & President
1-813-873-8942
ProBass Networks Inc. */
www.probassnetworks.net 
www.probass.net 
***
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:21043] Re: Command for chmod for All php files

2017-05-16 Thread Chris Gebhardt - VIRTBIZ Internet

IMPORTANT NOTE BELOW:

On 5/16/2017 10:25 AM, Chris Gebhardt - VIRTBIZ Internet wrote:

I've found it quickest and easiest to just go through and recursively
set all files to 644 and directories to 755, which is the recommendation
from WordPress.  Do that with these 2 commands:

find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;


Those commands run from within the web directory of the WordPress 
installation.


That should be self-evident, but I wanted to clarify so that nobody goes 
and runs that from / or something stupid.


--
Chris Gebhardt
VIRTBIZ Internet Services
Access, Web Hosting, Colocation, Dedicated
www.virtbiz.com | toll-free (866) 4 VIRTBIZ
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:21042] Re: Command for chmod for All php files

2017-05-16 Thread Chris Gebhardt - VIRTBIZ Internet

Hi RC

On 5/16/2017 10:13 AM, Richard Barker wrote:

Ran the command and got this error

./fixphp
find: paths must precede expression: wp-activate.php
Usage: find [-H] [-L] [-P] [-Olevel] [-D
help|tree|search|stat|rates|opt|exec] [path...] [expression]


I've found it quickest and easiest to just go through and recursively 
set all files to 644 and directories to 755, which is the recommendation 
from WordPress.  Do that with these 2 commands:


find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;

Good luck!

--
Chris Gebhardt
VIRTBIZ Internet Services
Access, Web Hosting, Colocation, Dedicated
www.virtbiz.com | toll-free (866) 4 VIRTBIZ
___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx


[BlueOnyx:21041] Re: Command for chmod for All php files

2017-05-16 Thread Richard Barker

Ran the command and got this error

./fixphp
find: paths must precede expression: wp-activate.php
Usage: find [-H] [-L] [-P] [-Olevel] [-D 
help|tree|search|stat|rates|opt|exec] [path...] [expression]


RC

--

/*Richard C. Barker Sr.
CEO & President
1-813-873-8942
ProBass Networks Inc. */
www.probassnetworks.net 
www.probass.net 
***
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.

___
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx