Re: Watching user

From: Juha Siltala (jsiltala_at_gmx.net)
Date: 08/31/03


Date: Sun, 31 Aug 2003 08:52:39 GMT

In article <pan.2003.08.31.07.47.46.765299@gameprog.it>, NighTiger wrote:

> when a user connect to me through ssh server, how I can look what
> him do?

w - Show who is logged on and what they are doing.

lsof - list open files (see the -u option)

fuser - identify processes using files or sockets

-- 
Juha Siltala