Hi there,
In some occasions, I need to give my root login to our system. I change first my password and then I have this line in the .login in order to track what they are doing :
script -a /var/tmp/script.$$.log; logout;
The problem is when they log on, this command is echoed on the screen and they delete the first before logging out.
Is there is a way to get this command issued without having any text echoed at the beginning and the end ? I tried redirecting to null without success.
Thanks
PA
In some occasions, I need to give my root login to our system. I change first my password and then I have this line in the .login in order to track what they are doing :
script -a /var/tmp/script.$$.log; logout;
The problem is when they log on, this command is echoed on the screen and they delete the first before logging out.
Is there is a way to get this command issued without having any text echoed at the beginning and the end ? I tried redirecting to null without success.
Thanks
PA