hi,

I'm not a guru by far :-)

but why not using a script command in each user's .profile ?
with using the secure shell
/usr/lib/rsh, (man -s 1m rsh under solaris).


this way, if you control the .profile (say only root has write access)
you are able to control which command may be used (through control of 
the variable PATH).

then it's up to you to use say a script command with suid and store 
these files in a separated area .

hope it helps

regards,

raphael

Pablo Gietz wrote:

> Hi gurus
> 
> Solaris 7.x
> 
> There are any way to log the commands inputs from the Unix shell.
> We need to log time, date, tty , user_id, command executed for every 
> users that login to the system.
> 
> Thanks a lot.
> 
> 


Reply via email to