bferro
12th July 2004, 22:33
I am using a Unix script to limit the number of times a Baan user can log in. The default is one for normal users. Everything works fine but I have one question. Before I used the Unix script and I changed the ipc_info from
bshell s 0 0 p ${BSE}/bin/bshell6.1 to
bshell s 0 0 p ${BSE}/bin/script6.1
I was able to do a "ps -ef | grep bferro" and it would give me the hostname (PC name) of the user. Now that I use the Unix script, I can't see it. How can I use find out the PC name of the computer that has logged in from? Why does it work for bshell6.1 command? See attached file for output of "ps -ef | grep bferro" command.
bshell s 0 0 p ${BSE}/bin/bshell6.1 to
bshell s 0 0 p ${BSE}/bin/script6.1
I was able to do a "ps -ef | grep bferro" and it would give me the hostname (PC name) of the user. Now that I use the Unix script, I can't see it. How can I use find out the PC name of the computer that has logged in from? Why does it work for bshell6.1 command? See attached file for output of "ps -ef | grep bferro" command.