ファイル検索
find 検索ディレクトリ -name “検索条件”
find . -name “*.log”
ディスク容量確認
du -h
時刻設定
date –set=”2013/01/01 15:40″
マウント
mount -t nfs マウント元IP:ディレクトリ マウント先ディレクトリ
tcpdump
tcpdump port ポート -i eth1 -n
tcpdump port ポート -i eth0 -n
SCP転送
ローカル⇒リモート
scp ファイル名 リモートホストユーザ名@リモートホスト名:パス
リモート⇒ローカル
scp リモートホストユーザ名@リモートホスト名:パス ファイル名
ファイル圧縮
tar -xzvf 圧縮ファイル名
ファイル解凍
■圧縮
tar -czvf 圧縮ファイル名.tar.gz 圧縮ディレクトリ
https://matome.naver.jp/odai/2135878193081933601
2013年01月22日

