How to set image path in linux command line ?
I tried to use this image path
/home/testuser/public_html/img/test.jpg
With this code in linux command line (putty
)
jpegoptim --max=75 /home/testuser/public_html/img/test.jpg
But not work, How can i do that ?
Make sure the file exists and that it is readable. The directory should be writable too.
Try
and