bigbalbossa
Programmer
I have a txt file containing a list of filenames (with full path) that need to be deleted from a server. Currently, i have to manually run a delete script as user 'xyz' using the become command on linux:
roc01[phase1]:/u02/Code> become xyz
dug's Password:
***manually enter my password, then run the script.
Is it possible to automate this? I can't seem to find anything on the web about 'become', and i don't have 'su' or 'sudo' access.
Thanks
roc01[phase1]:/u02/Code> become xyz
dug's Password:
***manually enter my password, then run the script.
Is it possible to automate this? I can't seem to find anything on the web about 'become', and i don't have 'su' or 'sudo' access.
Thanks