cat ile bir dosyanın satır sayısını öğrenmek
cat -n /etc/localdomains
wc -l /etc/localdomains
unxz dosyadi.xz
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar zxfv chkrootkit.tar.gz
cd chkrootkit*
./chkrootkit | grep -v 'nothing found' | grep -v 'not infected' | grep -v 'not tested' | grep -v 'not found'
wget http://iweb.dl.sourceforge.net/project/rkhunter/rkhunter/1.4.6/rkhunter-1.4.6.tar.gz
tar xzf rkhunter-1.4.6.tar.gz
cd rkhunter-1.4.6
./installer.sh --layout /usr/local --install
/usr/local/bin/rkhunter --check --quiet
last | head -50
Linux
hakkında diğer konular