usermod -d {新たなホームディレクトリのパス} {ユーザ名}
rm -f {ファイル名}; touch {ファイル名}
tail -f /var/log/messages
cat /etc/shadow
kill -s SIGKILL {PID番号}
shutdown -h -q now
halt
shutdown -r -q now
reboot
ps -auxw | grep {検索文字列}
タグ: