I am trying to run clean jenkins workspace with rm -rf /var/lib/jenkins/workspace/*
but I get permission denied for /var/lib/jenkins/workspace/*
I see jenkins jenkins
when I execute ll
to check which user is owner of these file
Where is my mistake?