On Mon, Jan 19, 2009 at 2:12 PM, raziya begum <[email protected]>wrote:
> i have used "LOCK" command to lock the terminal > how to unlock the terminal..in bash environment > > Hi Raziya, I'm not really sure what your 'lock' utility is doing as I don't seem to have it. It might be a seperately installed program. As for my knowledge, to lock your session, you could always simply lock the screen or session. You can use the 'xlock' command for this. To unlock, you simply type your password. The 'xlock' utility unfortunately locks the entire X session and not just the shell. To lock only the shell, you could use a utility such as 'vlock' (http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html).

