[comp.os.vms] How to log what a user is doing

sutton@decus.com.au (Colin Sutton) (07/28/88)

	Re: How to log what a user is doing

	Assuming you want to log what the user is doing on the DCL level:

	Add a line at the end of your sylogin file 
	$if F$LEXICAL .EQS. "username" @SETHOST
	Where F$LEXICAL is the one that gives you the user name
	And username is the user you want to spy on

	and create SETHOST.COM

	$open replacement sethost.com
	$close replacement	!this stops it working twice, hope the user
	$			! does his naughty access on this login!
	$set host 0/log

	The user is then forced to log in again, and you will get a SETHOST.LOG
	file which you can read later.

		Colin Sutton	Phone (02) 939-6288