<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Linuxコマンド百科辞典</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/" />
   <link rel="self" type="application/atom+xml" href="http://www.21linux.com/atom.xml" />
   <id>tag:www.21linux.com,2008://1</id>
   <updated>2007-03-07T03:05:22Z</updated>
   <subtitle>Linuxコマンド辞典は、リナックス初心者、Linux管理者に便利なコマンド集です。</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.34</generator>

<entry>
   <title>iwconfig</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/iwconfig.html" />
   <id>tag:www.21linux.com,2006:/test//1.296</id>
   
   <published>2006-02-22T23:58:43Z</published>
   <updated>2007-03-07T03:05:22Z</updated>
   
   <summary>iwconfig</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>無線LANインタフェースの参照・設定するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>無線LANインタフェースの参照・設定するコマンド</p>
<h4>構文</h4>
<p>iwconfig [インターフェイス名]</p>
<h4>オプション</h4>
<ul>
  <li>essid ID：ESSIDを指定する。anyと指定すると特定のESSIDに固定しない</li>
  <li>nwid ID：ネットワークIDを指定する</li>
  <li>freq：周波数 無線の周波数を指定する</li>
  <li>channel：チャンネル 利用チャンネルを指定する</li>
  <li>sens：感度 感度しきい値を指定する</li>
  <li>ap アクセスポイント：接続するアクセス・ポイントのMACアドレスを指定する</li>
  <li>nick ニックネーム：ニックネームを指定する</li>
  <li>rate ビット・レート：ビット・レートを指定する</li>
  <li>key WEP鍵：WEP鍵を指定する</li>
</ul>
<h4>使用例</h4>
<p>無線LANインターフェイスを設定する</p>
<ol>
  <li># iwconfig eth1 key restricted s:WEPキー（文字列）</li>
  <li># iwconfig eth1 essid ESS-ID</li>
  <li># iwconfig</li>
  <li>（省略）</li>
  <li>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IEEE 802.11b&nbsp;
  ESSID:"xxxxxxxxxxxx"&nbsp; Nickname:"ipw2100"</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Mode:Managed&nbsp; Frequency:2.462 GHz&nbsp; Access Point:
  00:07:40:</li>
  <li>xx:xx:xx</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bit
  Rate=11 Mb/s&nbsp;&nbsp; Tx-Power:off</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Retry:on&nbsp;&nbsp; RTS thr:off&nbsp;&nbsp; Fragment
  thr:off</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Encryption key:6E61-7473-7539-3973-757A-7530-33&nbsp;&nbsp;
  Security mode:restricted</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Power Management:off</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link
  Quality=100/100&nbsp; Signal level=-41 dBm</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rx
  invalid nwid:0&nbsp; Rx invalid crypt:0&nbsp; Rx invalid
  frag:0</li>
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tx
  excessive retries:0&nbsp; Invalid misc:0&nbsp;&nbsp; Missed
  beacon:0</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>fetchmail</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/fetchmail.html" />
   <id>tag:www.21linux.com,2006:/test//1.295</id>
   
   <published>2006-02-21T23:53:54Z</published>
   <updated>2007-03-07T03:05:22Z</updated>
   
   <summary>fetchmail</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>メールを転送するツール</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>メールを転送するツール</p>
<h4>構文</h4>
<p>fetchmail [オプション] [メールサーバ名]</p>
<h4>オプション</h4>
<ul>
  <li>-c：メールを受信しているかをチェックする</li>
  <li>-k:受信したメールをすべてサーバに残す</li>
  <li>-F：新しいメールを取得する前にすでに取得しているメールを削除する</li>
</ul>
<h4>使用例</h4>
<p>メールサーバにメールがあるかチェックする</p>
<ol>
  <li>$ fetcgmail -c -u nori mail.yahoo.co.jp</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>w3m</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/w3m.html" />
   <id>tag:www.21linux.com,2006:/test//1.294</id>
   
   <published>2006-02-19T23:59:10Z</published>
   <updated>2007-03-07T03:05:22Z</updated>
   
   <summary>w3m</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="550LinuxコマンドU-Z" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>テキストベースのページャ/WWWブラウザ</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>テキストベースのページャ/WWWブラウザ</p>
<h4>構文</h4>
<p>w3m [オプション] コピー元 コピー先</p>
<h4>オプション</h4>
<ul>
  <li>+番号 ：起動後，指定の行番号に移動する</li>
  <li>-l 行数：標準入力の内容を表示するときに保存される最大行数を指定する</li>
  <li>-s：Shift_JIS コードで表示す</li>
  <li>-e：EUC コードで表示する</li>
  <li>-j：JIS(ISO-2022-JP) コードで表示する</li>
  <li>-m：Internet message モードで表示する</li>
  <li>-F：フレームを自動表示する</li>
  <li>-B：Bookmark を表示する</li>
  <li>-bookmark file：Bookmarkのファイルを指定する</li>
</ul>
<h4>ページ/カーソル移動</h4>
<ul>
  <li>Space（SPC) or Ctrl(C)+v： 次のページを表示します</li>
  <li>b or ESC+v：前のページを表示します</li>
  <li>i&nbsp;or C+f：右矢印キー カーソルを右に移動します</li>
  <li>h&nbsp;or C+b：左矢印キー カーソルを左に移動します</li>
  <li>j&nbsp;or C;n：下矢印キー カーソルを下に移動します</li>
  <li>k&nbsp;or C+p：上矢印キー カーソルを上に移動します</li>
  <li>J：画面を1行上にスクロールします</li>
  <li>K：画面を1行下にスクロールします</li>
  <li>^&nbsp;or C+a：行頭に移動します</li>
  <li>$&nbsp;or C+e：行末に移動します</li>
  <li>w：次の単語に移動します</li>
  <li>W：前の単語に移動します</li>
  <li>&gt;：画面全体を右にずらします</li>
  <li>&lt;：画面全体を左にずらします</li>
  <li>.：画面全体を1文字右にずらします</li>
  <li>,：画面全体を1文字左にずらします</li>
  <li>g&nbsp;or M+&lt;：文書のいちばん上の行に移動します</li>
  <li>G&nbsp;or M+&gt;：文書のいちばん下の行に移動します</li>
  <li>Z：カーソルのある位置を行の中央に移動します</li>
  <li>z：カーソルのある行を画面の中央に移動します</li>
  <li>TAB：次のリンクに移動します</li>
</ul>
<h4>使用例</h4>
<p>w3mを起動する</p>
<ol>
  <li>$ w3m</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>rsync</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/rsync.html" />
   <id>tag:www.21linux.com,2006:/test//1.293</id>
   
   <published>2006-02-16T00:02:43Z</published>
   <updated>2007-03-07T03:05:22Z</updated>
   
   <summary>rsync</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="540LinuxコマンドP-T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>2つのディレクトリの同期をとるコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>2つのディレクトリの同期をとるコマンド</p>
<h4>構文</h4>
<p>rsync [オプション] コピー元 コピー先</p>
<h4>オプション</h4>
<ul>
  <li>&nbsp;-a：可能な限りファイルの情報を保持してコピーする</li>
  <li>-u：更新されたファイルだけをコピーする</li>
  <li>-v：詳しいメッセージを表示する</li>
  <li>-b：古いファイルのバックアップを作成する</li>
  <li>-p：パーミッションをそのままコピーする</li>
  <li>-o：オーナー設定をそのままコピーする</li>
  <li>-g：グループ設定をそのままコピーする</li>
</ul>
<h4>使用例</h4>
<p>2つのディレクトリの同期をとる</p>
<ol>
  <li># rsync -av --delete /export/hd0 /mnt/bk_disk</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>rcp</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/rcp.html" />
   <id>tag:www.21linux.com,2006:/test//1.292</id>
   
   <published>2006-02-15T23:51:15Z</published>
   <updated>2007-03-07T03:05:22Z</updated>
   
   <summary>rcp</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="540LinuxコマンドP-T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>リモート・マシン間でファイルをコピーするコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>リモート・マシン間でファイルをコピーするコマンド</p>
<h4>構文</h4>
<p>rcp [オプション] コピー元 コピー先</p>
<h4>オプション</h4>
<ul>
  <li>&nbsp;-x：すべてのデータをDESで暗号化して送信する&nbsp;</li>
  <li>&nbsp;-r：ファイルを再帰的にコピーする。</li>
  <li>&nbsp;-p：コピー元ファイルの属性を保存したままコピーする</li>
</ul>
<h4>使用例</h4>
<p>リモートホストにファイルを送信する</p>
<ol>
  <li># rcp test.txt remote:~/</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>rsh</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/rsh.html" />
   <id>tag:www.21linux.com,2006:/test//1.291</id>
   
   <published>2006-02-15T23:44:09Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>rsh</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="540LinuxコマンドP-T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>リモートマシンのコマンドを実行 するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>リモートマシンのコマンドを実行 するコマンド</p>
<h4>構文</h4>
<p>rsh [オプション] ホスト名 [コマンド]</p>
<h4>オプション</h4>
<ul>
  <li>-K：すべてのKerberos認証を使用しない</li>
  <li>-x：すべてのデータをDESで暗号化して送信する</li>
  <li>-l&nbsp;ユーザー名：usernameで指定したユーザー名でコマンドを実行する</li>
  <li>-d：ソケットデバックを有効にする</li>
</ul>
<h4>使用例</h4>
<p>ユーザーを指定してリモートホストにログインし、コマンドを実行する</p>
<ol>
  <li># rsh -l nori test .sample.com mail nori@example.com</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>sftp</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/sftp.html" />
   <id>tag:www.21linux.com,2006:/test//1.290</id>
   
   <published>2006-02-14T00:09:46Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>sftp</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="540LinuxコマンドP-T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>SSH上で暗号化された安全な通信ファイルを転送するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>SSH上で暗号化された安全な通信ファイルを転送するコマンド</p>
<h4>構文</h4>
<p>sftp [オプション] ホスト名</p>
<h4>オプション</h4>
<ul>
  <li>-1：SSHプロトコル バージョン1を使用する</li>
  <li>-b：標準入力からではなくバッチファイルからコマンドを読み取る</li>
</ul>
<h4>使用例</h4>
<p>SSH上で通信を暗号化してファイルを転送する</p>
<ol>
  <li># sftp nori@192.168.11.12:test.txt</li>
  <li>connecting to 192.168.11.12...</li>
  <li>nori@192.168.11.12's password:</li>
  <li>Fetching /home/nori/test.txt to test.txt</li>
  <li>
  /home/nori/test.txt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  100%&nbsp;&nbsp;&nbsp;&nbsp; 12.3KB/s&nbsp;&nbsp;&nbsp;
  00:00</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>arping</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/arping.html" />
   <id>tag:www.21linux.com,2006:/test//1.289</id>
   
   <published>2006-02-13T23:54:24Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>arping</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="510LinuxコマンドA-E" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>ARPリクエストをリモートホストに送信するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>ARPリクエストをリモートホストに送信するコマンド</p>
<h4>構文</h4>
<p>arping [オプション] 宛先ホスト名</p>
<h4>オプション</h4>
<ul>
  <li>-c 回数：送信するARPリクエストの回数を指定する</li>
  <li>-q：結果を出力しない</li>
  <li>-s 送信元アドレス：ARPパケットに入れる送信元アドレスを指定する</li>
</ul>
<h4>使用例</h4>
<p>ARPリクエストをリモートホストに送信する</p>
<ol>
  <li># arping 192.168.11.200</li>
  <li>password:</li>
  <li>ARPING 192.168.11.200 from 192.168.2.12 eth0</li>
  <li>Unicast reply from 192.168.11.200 [00:90:XX:XX:5E]
  0.357ms</li>
  <li>Unicast reply from 192.168.11.200 [00:90:XX:XX:5E]
  0.342ms&nbsp;</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>arp</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/arp.html" />
   <id>tag:www.21linux.com,2006:/test//1.288</id>
   
   <published>2006-02-13T23:41:34Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>arp</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="510LinuxコマンドA-E" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>ARPテーブルの表示／設定を行うコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>ARPテーブルの表示／設定を行うコマンド</p>
<h4>構文</h4>
<p>arp [オプション] [ホスト名]</p>
<h4>オプション</h4>
<ul>
  <li>-n：名前解決やポート名、ユーザ名の解決を行わず、そのまま番号で表示する</li>
  <li>-a：&nbsp;ARPテーブルの内容を表示する</li>
  <li>-v： 冗長モード。起きていることを詳しく表示する。</li>
  <li>-i：インタフェース エントリが対応するインタフェースを指定する</li>
  <li>-s ホスト名 MACアドレス：指定したホストを指定したMACアドレスでarpエントリを作成する</li>
  <li>-d：ARPテーブルから指定されたホストのエントリを削除する</li>
</ul>
<h4>使用例</h4>
<p>現在のarpキャッシュ状況を表示する</p>
<ol>
  <li># arp</li>
  <li>
  Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  HWtype&nbsp;
  HWaddress&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags
  Mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Iface</li>
  <li>
  router1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  ether&nbsp;&nbsp; 00:20:88:D5:B4:2F&nbsp;&nbsp;
  C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  eth0</li>
  <li>
  host1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  ether&nbsp;&nbsp; 00:A0:C0:16:11:92&nbsp;&nbsp;
  C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  eth0</li>
  <li>192.168.1.211&nbsp;&nbsp;　　ether&nbsp;&nbsp;
  00:80:98:48:07:11&nbsp;&nbsp;
  CM&nbsp;&nbsp;&nbsp;&nbsp;　　　　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eth0</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>ifuser</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/ifuser.html" />
   <id>tag:www.21linux.com,2006:/test//1.287</id>
   
   <published>2006-02-13T00:29:01Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>ifuser</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>ネットワークインターフェイスから指定したホストへの経路を確認するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>ネットワークインターフェイスから指定したホストへの経路を確認するコマンド</p>
<h4>構文</h4>
<p>ifuser [オプション] インターフェイス [ホスト名]</p>
<h4>オプション</h4>
<ul>
  <li>-v：冗長モード</li>
</ul>]]>
   </content>
</entry>
<entry>
   <title>tcpdump</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/tcpdump.html" />
   <id>tag:www.21linux.com,2006:/test//1.286</id>
   
   <published>2006-02-13T00:21:28Z</published>
   <updated>2007-03-07T03:05:21Z</updated>
   
   <summary>ホストに入ってくるIPパケットなどを表示するコマンド</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="540LinuxコマンドP-T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>ホストに入ってくるIPパケットなどを表示するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>ホストに入ってくるIPパケットなどを表示するコマンド</p>
<h4>構文</h4>
<p>tcpdump [オプション] [評価式]</p>
<h4>オプション</h4>
<ul>
  <li>-c 数：指定した数のパケットを受信して終了する</li>
  <li>-l：標準出力をバッファリングする</li>
  <li>-N：ホストのドメイン名を表示しない</li>
  <li>-n：アドレス、矢ポート番号を数値で出力する</li>
  <li>-x：出力を16進法で表示する</li>
  <li>-r ファイル名：パケットを指定したファイルから読み込む</li>
  <li>-w ファイル名：受信したパケットを表示せず、ファイルに出力する</li>
  <li>評価式：与えられない場合は、ネットワークインターフェイスを通る全てのパケットをダンプする</li>
</ul>
<h4>使用例</h4>
<p>192.168.1.1 の 23 番ポートを監視する</p>
<ol>
  <li># tcpdump -nX (host 192.168.1.1) and (port 23)</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>wget</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/wget.html" />
   <id>tag:www.21linux.com,2006:/test//1.285</id>
   
   <published>2006-02-13T00:08:44Z</published>
   <updated>2007-03-07T03:05:20Z</updated>
   
   <summary>wget</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="550LinuxコマンドU-Z" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>ダウンロードやホームページの自動巡回のできるツール</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>ダウンロードやホームページの自動巡回のできるツール</p>
<h4>構文</h4>
<p>wget [オプション] [URL]</p>
<h4>オプション</h4>
<ul>
  <li>-b：バックグラウンドで実行する</li>
  <li>-o：ファイル 指定したファイルにログを書き出す</li>
  <li>-q：メッセージを表示しない</li>
  <li>-v：メッセージを表示する</li>
  <li>-i ファイル：指定したファイルに記述されたURLを使ってファイルを入手する</li>
  <li>-t 回数：リトライ回数を指定する</li>
  <li>-T 時間：タイムアウトを指定する</li>
  <li>-w 時間：リトライまでの時間を指定する</li>
  <li>-x：ディレクトリを作成する</li>
  <li>-p ディレクトリ：ダウンロード先のディレクトリを指定する</li>
  <li>-r：再帰的にダウンロードを行う</li>
  <li>-m：ミラーリングを行う</li>
  <li>-nd：ディレクトリ構造をもってこない</li>
</ul>
<h4>使用例</h4>
<p>http://www.yahoo.co.jpのトップページをダウンロードする</p>
<ol>
  <li># wget http://www.yahoo.co.jp</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>ip6tables-restore</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/ip6tablesrestore.html" />
   <id>tag:www.21linux.com,2006:/test//1.284</id>
   
   <published>2006-02-10T00:02:09Z</published>
   <updated>2007-03-07T03:05:18Z</updated>
   
   <summary>ip6tables-restore</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>IPv6 テーブルを復元するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>IPv6 テーブルを復元するコマンド</p>
<h4>構文</h4>
<p>ip6tables-restore [オプション]</p>
<h4>オプション</h4>
<ul>
  <li>-c：全てのパケットカウンタとバイトカウンタの値を復元する</li>
  <li>-n：指定しない場合は、実行前に適用されているルールを消さない</li>
</ul>
<h4>使用例</h4>
<p>ip6tablesのルールを復元する</p>
<ol>
  <li># ip6tables-restore&nbsp;&lt;
  /etc/sysconfig/iptables-rules</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>ip6tables-save</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/ip6tablessave.html" />
   <id>tag:www.21linux.com,2006:/test//1.283</id>
   
   <published>2006-02-09T23:57:23Z</published>
   <updated>2007-03-07T03:05:17Z</updated>
   
   <summary>ip6tables-save</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>IPv6 テーブルを保存するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>IPv6 テーブルを保存するコマンド</p>
<h4>構文</h4>
<p>ip6tables-save [オプション]</p>
<h4>オプション</h4>
<ul>
  <li>-c：全てのパケットカウンタとバイトカウンタの現在の値を出力する</li>
  <li>-t：出力を 1 つのテーブルのみに制限する</li>
</ul>
<h4>使用例</h4>
<p>ip6tablesのルールを保存する</p>
<ol>
  <li># ip6tables-save &gt; /etc/sysconfig/iptables-rules</li>
</ol>]]>
   </content>
</entry>
<entry>
   <title>ip6tables</title>
   <link rel="alternate" type="text/html" href="http://www.21linux.com/archives/2006/02/ip6tables.html" />
   <id>tag:www.21linux.com,2006:/test//1.282</id>
   
   <published>2006-02-09T23:50:50Z</published>
   <updated>2007-03-07T03:05:17Z</updated>
   
   <summary>ip6tables</summary>
   <author>
      <name></name>
      
   </author>
         <category term="180ネットワーク関係" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="520LinuxコマンドF-J" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://www.21linux.com/">
      <![CDATA[<p>IPv6 パケットフィルタを管理するコマンド</p>]]>
      <![CDATA[<h4>コマンド</h4>
<p>IPv6 パケットフィルタを管理するコマンド</p>
<h4>構文</h4>
<p>ip6tables [オプション] [パラメータ]</p>
<h4>オプション</h4>
<ul>
  <li>-A：選択されたチェインの最後に 1 つ以上のルールを追加する</li>
  <li>-D：選択されたチェインから 1 つ以上のルールを削除する</li>
  <li>-I：選択されたチェインにルール番号を指定して 1 つ以上のルールを挿入する&nbsp;</li>
  <li>-R：選択されたチェインにあるルールを置き換える</li>
  <li>-L：選択されたチェインにある全てのルールを一覧表示する</li>
  <li>-Z：すべてのチェインのパケットカウンタとバイトカウンタをゼロにする</li>
  <li>-N：指定した名前でユーザー定義チェインを作成する</li>
  <li>-X：オプションのユーザー定義チェインを削除する</li>
  <li>-P：チェインのポリシーを、指定したターゲットに設定する</li>
  <li>-E：ユ ーザー定義チェインを指定した名前に変更する</li>
</ul>
<h4>パラメータ</h4>
<ul>
  <li>-p, --protocol [!] protocol：プロトコルを指定する</li>
  <li>-s, --source [!] address[/mask]：送信元アドレスを指定する</li>
  <li>-d, --destination [!] address[/mask]：宛先アドレスを指定する</li>
  <li>-j, --jump target：指定したターゲットに移動する</li>
</ul>]]>
   </content>
</entry>

</feed>
