The simplest method is to assign each user a specific (unique) port number with the JBCPORTNO environment variable. That way they will own their own command history.
Another way would be to have a login proc (or some login script) that removes the '$JBCRELEASEDIR/tmp/jutil_ctrl' record associated with the port number the user obtains when the user logs in. Dan On Wed, Apr 10, 2013 at 5:38 AM, Reddy <[email protected]>wrote: > How to block users from viewing the previous commands executed at Jshell > using arrow keys?? > > As we know that the history of commands execute at jshell are stroed under > "jutil_ctrl" file and users can see commands executed from that tty by > using arrow keys. Also can view the history of commands by using <Ctrl L>. > > Is there any way to block showing previous commands when we use up-arrow > key?? We had problems with user mistakenly executing the command that was > ran by some other user from the same tty some time ago. > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
