Forum Discussion

Snl's avatar
Snl
Icon for Cirrostratus rankCirrostratus
Jul 18, 2018

ltm folder permission issue

Folks i am facing strange issue were i am not able to delete the old files from /var/tmp/test folder basically have created a cron job to create a ucs backup on /var/tmp/test folder and delete alternative older than 1 day file but some reason files are not getting deleted ,when i am using root or local f5 account files getting deleted but when i use radius Id which have full advance shelland full administrator access files are not getting deleted i am suspecting permission issue for Radius ID, below is command used to delete the older than 1 day file /var/tmp -type f -name "*.ucs" -mtime +1 -exec rm -rf {} \;

 

any thoughts ?

 

  • There is no issue with the command. Here problem with Radius account access. To resolve issue, you need to provide the

    chmod +x filename
    from Root level to scrip file. Hope issue will solved.