hummingtech Posted November 14, 2014 Posted November 14, 2014 Hi All, Does anyone know where in the file structure reports are stored on Smoothwall, so I can delete them through Putty? Can't face having to sit and delete through the web interface - slowly one by one each one takes 2 clicks....and then I have to wait for the page to reload and go to the bottom of the screen again for the next one... Thanks in advance! Lucy.
ctarbet Posted November 5, 2018 Posted November 5, 2018 (edited) I know this post is old, but it's a top Google result so I thought I'd share what I found out by searching the file system. -- Reports are stored in /var/reports as directories. It might be possible to use a command that grabs and removes all the reports by name. find /var/reports -name "*NAMEFILTERHERE*" -type d -print0|xargs -0 rm -r Edited November 5, 2018 by ctarbet
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now