Where should custom bash files go for root?
Hello,
I've created a bash file for simple reporting. I'm wondering which one is the safest location to put it? it'll be ran under root user from cron so I am guessing for /root?
-
leaving it in /root/ should be fine. Else you could put it somewhere like /usr/bin/ with 700 file permissions (on the script itself, not the directory) 0 -
Hello, I've marked this thread as solved. Thanks! 0
Please sign in to leave a comment.
Comments
2 comments