I have a program running as bin, and I want to read a file that's own by root on a different server. The script works when I run it as root, and it does what is suppose to do. But as soon as i run the program as bin, it gets permission denied.
what I want to do is change my script to act as root when i'm logged in as bin, any ideas will be appreciated.
what I want to do is change my script to act as root when i'm logged in as bin, any ideas will be appreciated.