全文検索:
- crontab
- | |hour(0-24,*)|時を指定| |day(0-30,*)|日を指定| |month(0-12,*)|月を指定| |week(0-6,*)|曜日を指定(0は日曜、1は月曜、2は火曜)| |com... にする事もできカンマで区切る === この場合3時6時9時12時 <code> 00 3,6,9,12 * * * </code> === 0時から12時の毎時23分に実行 === <code> 23 0-12 * * * </code> === 0時、2時、4時、6時、8時、10時、12時の毎時23分に実行 === <code> 23 0-12/2 * * * </code> === 結果をメールしない === <code> 0 0 *
- ps でgrepについて
- ache 30234 0.0 0.7 257644 7592 ? S 12:23 0:00 /usr/sbin/httpd apache 30557 0.0 0.7 257644 7624 ? S 12:36 0:00 /usr/sbin/httpd apache 31189 0.0 0.... ache 30234 0.0 0.7 257644 7592 ? S 12:23 0:00 /usr/sbin/httpd apache 30557 0.0 0.7 257644 7624 ? S 12:36 0:00 /usr/sbin/httpd apache 31189 0.0 0.
- unzip
- c.txt -------- ------- 12 3 files </code> === アーカイブ内の詳細確... x 4 tx stor 9-May-14 11:10 c.txt 3 files, 12 bytes uncompressed, 12 bytes compressed: 0.0% </code> === 破損がないか確認 === <code console> $ unzip -t
- lsでタイムスタンプを秒まで表示
- bak -rw-r--r-- 1 matsui users 4939776 2014-03-25 12:15:16.000000000 +0900 syslog.bak </code> === ati... 02-26 15:48:27.000000000 +0900 Change: 2014-03-25 12:21:23.000000000 +0900 </code> {{tag>Unixコマンド 標準}
- touch
- 00 1999 z </code> <code> $ touch -d "2018-05-21 12:30" z $ ls -al z -rw-r--r--. 1 matsui users 74 5月 21 12:30 2018 z </code> {{tag>Unixコマンド ファイル操作}}
- dump
- 1 -rw-r--r-- 1 root wheel 472135680 5 21 21:12 home.bak </code> {{tag>Unixコマンド 圧縮・復元・パックアップ}}
- ps
- Thu Jun 6 10:01:54 2013 grep sshd 7885 Thu Apr 12 13:31:26 2012 /usr/sbin/sshd 18083 Thu Jun 6 08:33:05 2013 sshd: root@pts/41 </code> <code console>
- zip
- c.txt -------- ------- 12 3 files </code> {{tag>Unixコマンド