Dear List,
I am looking for commands that show information about the user, that identify the user,
So far I have collected these examples:
# obtain information about user
finger USERNAME
# show processes running under a certain user
ps -aux | grep USERNAME
# show files that are open and are being written on
lsof | egrep " [0-9]*[wu] *REG" | sort | grep USERNAME
# show cron jobs
crontab -l
What do you use?
Thanx for contributing.
Nico
- Can't get Controlfb to display 16 bit color... Carlos Eduardo Coelho Baptista
- Re: Can't get Controlfb to display 16 ... Simon Vallet
- Compiling kernel 2.6 on sid David Pye
- Re: Compiling kernel 2.6 on si... David Pye
- Re: user processes shell scrip... nico dreher
- Re: user processes shell s... s. keeling
- Re: user processes sh... Clive Menzies
- Re: user processes shell s... Albert Cahalan

