LoginSignup
5
6

More than 5 years have passed since last update.

たまに使うコマンド

Posted at

sshを切ってもプロセスが残るようにする

nohup script/run &

変更を監視する

watch --no-title ls -l

最近更新されたファイル一覧

ls -lt | head

プロセスツリー表示

pstree -p

プロセス強制終了

kill -9 12345

tgz圧縮

tar zcvf template.tgz --exclude='.DS_Store' *
5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6