Valentin Stoian wrote:
> 1. Cum pot vedea ce face in timp real un user conectat prin ssh la un server RH7.
> (ceva mai mult decat ce ramane in .bash_history)
for i in `ps axf|grep bash |cut -f 2 -d ' ' ` //atentie este -d 'space'
do
cd $i
ls
// alte comenzi ca de pilda tail -f
done
> 2. Ce se logeaza pe RH7 in /var/log/sa ? Exista fisere cu numele sa si sar.
> Cum se pot citit (cu ce) ?
less `ls /etc/rc.hourly`
> Aceeasi intrebare pt. wtmp din /var/log
man last
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.