差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:commands [2013/02/04 13:49] – [ファイル&ディレクトリ関連] ともやん | linux:commands [2024/04/19 14:56] (現在) – ↷ 移動操作に合わせてリンクを書き換えました。 非ログインユーザー | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== よく使うLinuxコマンド ====== | ====== よく使うLinuxコマンド ====== | ||
| + | ===== Linux の基本コマンド ===== | ||
| + | 本家: [[https:// | ||
| + | ソースコード: | ||
| + | GitHub: [[https:// | ||
| + | 開発者ブログ: | ||
| + | 改定履歴: | ||
| + | <php> | ||
| + | function curlGet($url) { | ||
| + | $curl = curl_init(); | ||
| + |  | ||
| + | curl_setopt($curl, | ||
| + | curl_setopt($curl, | ||
| + | curl_setopt($curl, | ||
| + | curl_setopt($curl, | ||
| + |  | ||
| + | $response = curl_exec($curl); | ||
| + | curl_close($curl); | ||
| + |  | ||
| + | return $response; | ||
| + | } | ||
| + | |||
| + | $res = curlGet(' | ||
| + | $lines = explode(" | ||
| + | |||
| + | echo ' | ||
| + | </ | ||
| + | \\ | ||
| + | Linux の基本コマンドは **util-linux** パッケージに収められており、どの Linux にも標準でインストールされている。\\ | ||
| + | |||
| + | ===== カテゴリー別 (util-linux 以外も含む) ===== | ||
| [[linux: | [[linux: | ||
| + | [[linux: | ||
| [[linux: | [[linux: | ||
| + | [[linux: | ||
| [[linux: | [[linux: | ||
| - | + | [[linux:commands:job|ジョブ関連]]\\ | |
| - | + | [[linux:commands:process|プロセス関連]]\\ | |
| - | ====== メール ====== | + | [[linux:commands:system_log|システムログ関連]]\\ | 
| - | ===== メールを読む ===== | + | [[linux:commands:network|ネットワーク関連]]\\ | 
| - | < | + | [[linux:commands:service|サービス関連]]\\ | 
| - | + | [[linux:commands:hardware|ハードウェア関連]]\\ | |
| - | Heirloom Mail version 12.4 7/ | + | [[linux:commands: | 
| - | "/ | + | |
| - | >   1 Cron Daemon | + | |
| - | 2 logwatch@monster | + | |
| - | 3 logwatch@monster | + | |
| - | 4 logwatch@monster | + | |
| - | 5 Mail Delivery Su  Fri Jun 26 00:52  77/ | + | |
| - | 6 logwatch@monster | + | |
| - | 7 logwatch@monster | + | |
| - | 8 logwatch@monster | + | |
| - | 9 logwatch@monster | + | |
| - | 10 logwatch@monster | + | |
| - | 11 logwatch@monster | + | |
| - | 12 logwatch@monster | + | |
| - | 13 logwatch@monster | + | |
| - | & t <- メッセージの表示は t コマンドを入力 | + | |
| - | Message | + | |
| - | From root@monster.fireball.local | + | |
| - | Return-Path: < | + | |
| - | Date: Tue, 23 Jun 2009 01:01:36 +0900 | + | |
| - | From: root@monster.fireball.local (Cron Daemon) | + | |
| - | To: root@monster.fireball.local | + | |
| - | Subject: Cron < | + | |
| - | Content-Type: | + | |
| - | Auto-Submitted: | + | |
| - | X-Cron-Env: < | + | |
| - | X-Cron-Env: < | + | |
| - | X-Cron-Env: < | + | |
| - | X-Cron-Env: < | + | |
| - | X-Cron-Env: < | + | |
| - | X-Cron-Env: < | + | |
| - | Status: RO | + | |
| - | + | ||
| - | / | + | |
| - | + | ||
| - | cat: / | + | |
| - | + | ||
| - | & q <- mailコマンドを終了するには q コマンドを入力 | + | |
| - | </ | + | |
| - | + | ||
| - | ===== 参考文献 ===== | + | |
| - | [[http:// | + | |