Hi!
Not sure if this is a script question or not?
I have an alias in ksh (version to su to another user:
alias suo='su - oracle'
How can i make it so that once i become that user i
can source a file automatically?
IE this does not work:
alias suo='su - oracle && . /.jo'
I want it to be different for me as many people will su to oracle.
Thanks!
-John
Not sure if this is a script question or not?
I have an alias in ksh (version to su to another user:
alias suo='su - oracle'
How can i make it so that once i become that user i
can source a file automatically?
IE this does not work:
alias suo='su - oracle && . /.jo'
I want it to be different for me as many people will su to oracle.
Thanks!
-John