Skip to main content
added 1 character in body
Source Link

You need to end your command with \;

Try this:

cd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {} \;

You need to end your command with \;

Try this:

cd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;

You need to end your command with \;

Try this:

cd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {} \;
Improved formatting
Source Link
Parto
  • 15.7k
  • 26
  • 92
  • 120

You need to end your command with ";" try thiscd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;

Try this:

cd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;

You need to end your command with ";" try thiscd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;

You need to end your command with \;

Try this:

cd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;
Source Link

You need to end your command with ";" try thiscd /opt/lampp/htdocs/EspoCRM-2.5.2 && find data -type d -exec chmod 775 {}\;