solo2500
Posts: 123
Joined: Sat Jul 09, 2016 12:38 am

rm command and file permissions

Sat Dec 16, 2017 9:49 pm

Can someone tell me why this rm command will not run?

Code: Select all

find /home/pi/WeatherCam/Test1/*.jpeg  -cmin +180 -exec rm {} \;
The file Test1 has full (chmod 777) permissions.
I'm a total novice, non-programer (...basically a hack.)

Return to “Beginners”