useradd -s /sbin/nologin ユーザ名
該当ディレクトリ以下ではなく該当ディレクトリだけの情報を見る | ls -d |
ディレクトリだけ表示 | ls -al | grep ^d |
du -h --max-depth=1 /var/tmp
netstat -tpl
touch -t 200612312400 lastupdate
ファイルに基準時刻でtouchしておき、以下のコマンドでその時点以後に更新されたファイルがわかる。
find . -newer lastupdate
id
mount -o loop xxxx.iso iso_tmp
script ログファイル名 exitするまで画面内容をログにためてくれる。エスケープシーケンスを正しく表示させるためログはcatでみるべし
split -l ? intput.txt
ps -efw
grep Did secure* | awk -F" " '{print $12}' grep Illegal secure* | awk -F" " '{print $10}' | uniq
date --date 'n days ago' '+%y%m%d'
2006/02/15 11:30 date 0215113006
find . -name "*~" | xargs rm
find . -name '*.php' -type f -print | xargs grep wordwrap 2>/dev/null find . -name "*.php" -type f | xargs grep echo
vi /etc/pam.d/suで下記部分をアンコメント auth required /lib/security/pam_wheel.so use_uid
shutdown -h now(haltはNG)
hdparm -ft /dev/hda
lshwをインストールする。ほかにもlspciやlsusbがある
grep -v ^#
grep -v -e "^[ \t]*#" -e "^$" /etc/httpd/conf/httpd.conf
zip -r xxxx.zip ./圧縮したいディレクトリ
hostname NEW_NAME vi /etc/sysconfig/network編集 vi /etc/hosts編集 ネットワーク再起動 /etc/init.d/network restart
awk -F "delimiter" 'print {$1}' grep wiki access_log | awk '{ printf("%10s,%10s\n",$1,$11)}' | grep -v "-" | grep -v 221.186.64.20
md5sum ファイル名 sha1sum ファイル名
netstat -ic
ソースは以下のページ
http://www.math.kobe-u.ac.jp/~kodama/tips-netstatus.html
nkf
iconv -f EUC-JP -t iso-2022-jp 入力ファイル名