<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://www31.atwiki.jp/hightimes/">
    <title>PonPocoPon</title>
    <link>http://www31.atwiki.jp/hightimes/</link>
    <description>PonPocoPon</description>

    <dc:language>ja</dc:language>
    <dc:date>2010-04-03T23:50:20+09:00</dc:date>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/33.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/22.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/32.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/31.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/30.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/29.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/28.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/25.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/27.html" />
                <rdf:li rdf:resource="http://www31.atwiki.jp/hightimes/pages/26.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/33.html">
    <title>UNIXメモ/Linuxメモ/ファイルシステム</title>
    <link>http://www31.atwiki.jp/hightimes/pages/33.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*ファイルシステム

**ファイルシステムの作成
以下のコマンドで行う

|コマンド|機能|h
|fdisk|パーティションの分割、ディスク領域の作成などパーティションテーブルの編集を行う&amp;br()ex. fdisk /dev/hda|
|mkfs|ext2,ext3ファイルシステム作成&amp;br()ex. mkfs -t ext2 /dev/hda1|
|mke2fs|ext2,ext3ファイルシステム作成&amp;br()ex. mke2fs -j ext3 /dev/hda1|
|mkswap|スワップ領域の作成|

**ファイルシステムのチェック
|コマンド|機能|h
|fsck|ファイルシステムのチェック、修復|
|e2fsck|ext2ファイルシステムのチェック修復|
|debugfs|ext2ファイルシステムのデバッガ|
|dumpe2fs|ファイルシステムの情報をダンプする|
|tune2fs|ext2ファイルシステムのパラメタを調整する|

*fstab
/etc/fstabはシステム起動時にマウントするファイルシステムの設定を行うファイル
|フィールド名|説明|h
|デバイスファイル名|ファイルシステムのデバイス名を指定|
|マウントポイント|ファイルシステムをマウントするディレクトリを指定|
|ファイルシステムのタイプ|ext2,ext3などファイルシステムの種別を指定、autoを指定することもできる|
|マウントオプション|マウントに関するオプションとしてnoauto(自動マウントなし)、owner(デバイス所有者にマウント許可)、user(ユーザにマウント許可)、ro(読み取り専用)などを指定|
|dumpフラグ|ファイルシステムをdumpコマンドの実行対象にするか否かを指定|
|fsckフラグ|ファイルシステムを起動時にfsckコマンドでチェックするか否かを指定|    </description>
    <dc:date>2010-04-03T23:50:20+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/22.html">
    <title>UNIXメモ/Linuxメモ</title>
    <link>http://www31.atwiki.jp/hightimes/pages/22.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))

*Linux関連

-[[パッケージ管理&gt;UNIXメモ/Linuxメモ/パッケージ管理]]
-[[クォータ&gt;UNIXメモ/Linuxメモ/クォータ]]
-[[IRQ番号&gt;UNIXメモ/Linuxメモ/IRQ]]
-[[I/Oポート&gt;UNIXメモ/Linuxメモ/IOポート]]
-[[非IDEデバイス&gt;UNIXメモ/Linuxメモ/非IDEデバイス]]
-[[アーカイブ&gt;UNIXメモ/Linuxメモ/アーカイブ]]
-[[FHS&gt;UNIXメモ/Linuxメモ/FHS]]
-[[ファイルやコマンドの検索&gt;UNIXメモ/Linuxメモ/ファイルやコマンドの検索]]
-[[ACL(アクセス制御リスト(AccessControl List)&gt;UNIXメモ/Linuxメモ/ACL]]
-[[X Window System&gt;UNIXメモ/Linuxメモ/XWindow]]
-[[ファイルシステム&gt;&gt;UNIXメモ/Linuxメモ/ファイルシステム]]    </description>
    <dc:date>2010-04-03T23:33:49+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/32.html">
    <title>UNIXメモ/Linuxメモ/XWindow</title>
    <link>http://www31.atwiki.jp/hightimes/pages/32.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*X Window System

**ウィンドウマネージャ


**Xフォントサーバ(xfs)
各環境のフォントを一元管理する。
***設定
XF86Config or xorg.confのFilesセクションのFontPathディレクティブに、
 FontPath    &quot;unix:7100&quot;
設定してxfsを起動する。

**フォントの追加
/etc/X11/fs/configファイルのcatalogueディレクティブにフォント格納パスを追加する。設定後xfsを再起動する。
 # /etc/rc.d/init.d/xfs restart    </description>
    <dc:date>2010-04-03T23:19:21+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/31.html">
    <title>UNIXメモ/Linuxメモ/ACL</title>
    <link>http://www31.atwiki.jp/hightimes/pages/31.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*ACL(Access Control Limits)
ACL(アクセス制御リスト)はAccess Control Listの略で、ファイルやディレクトリに対してアクセスを許可するかどうかを細かく指定できる。    </description>
    <dc:date>2010-04-03T21:18:23+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/30.html">
    <title>UNIXメモ/Linuxメモ/ファイルやコマンドの検索</title>
    <link>http://www31.atwiki.jp/hightimes/pages/30.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*ファイルやコマンドの検索
ファイルやコマンドの検索に以下が利用できる。
|コマンド|説明|h
|find|指定ディレクトリ配下のファイルを検索する|
|which|指定したコマンドのコマンドファイルの絶対パスを調べる|
|whereis|指定したコマンドのコマンドファイルとmanページファイルの絶対パスを調べる|
|locate|ファイル検索データベースを利用し、文字列パターンに一致する名前のファイルを高速に検索する|
-locateは、検索に利用するデータベースはupdatedbコマンドにより作成または更新する。
-検索用データベースの情報については、/etc/updatedb.confという設定ファイルを参照する    </description>
    <dc:date>2010-04-03T20:21:14+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/29.html">
    <title>UNIXメモ/Linuxメモ/FHS</title>
    <link>http://www31.atwiki.jp/hightimes/pages/29.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*FHS(Filesystem Hierarchy Standard)
各Linuxディストリビューション間のファイルやディレクトリ構造の違いによる混乱を防ぎ、互換性を保つために策定されたもの。

|ディレクトリ|格納ファイル/用途|h
|/bin|基本コマンドなど|
|/boot|ブートに必要なファイル|
|/dev|デバイスファイル|
|/etc|設定ファイル|
|/home|一般ユーザのホームディレクトリ|
|/lib|共有ライブラリ|
|/mnt|一時的なマウント先|
|/opt|追加アプリケーションなど|
|/root|スーパーユーザーのホームディレクトリ|
|/sbin|システムコマンド|
|/tmp|一時ファイル|
|/usr|各種ファイル|
|/var|動的に変更されるファイル|    </description>
    <dc:date>2010-04-03T18:19:08+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/28.html">
    <title>UNIXメモ/Linuxメモ/アーカイブ</title>
    <link>http://www31.atwiki.jp/hightimes/pages/28.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*アーカイブ

**tarコマンド
複数のファイルを１つにまとめアーカイブファイルの作成、操作を行う。
tarコマンドのオプション

|オプション|説明|h
|-c, --create|新しいアーカイブファイルを作成する|
|-d, --diff, --compare|アーカイブファイルとカレントファイルの差分を抽出|
|--delete|アーカイブファイルから指定したファイルを削除する|
|-r, --append|アーカイブファイルの最後にファイルを追加する|
|-t, --list|アーカイブファイルの内容を一覧表示する|
|-u, --update|アーカイブファイルを更新する|
|-x, --extract, --get|アーカイブファイルから指定したファイルを抽出する|    </description>
    <dc:date>2010-04-03T18:05:30+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/25.html">
    <title>UNIXメモ/Linuxメモ/IRQ</title>
    <link>http://www31.atwiki.jp/hightimes/pages/25.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*IRQ(Interrupt ReQuest)
CPUに対して各デバイスが送る電気信号を割り込みといい、割り込みが発生するとCPUは現在の処理を一時停止して他の処理を優先的に処理する。この割り込みをIRQといい、何の割り込みが発生したかを識別する番号が以下となる。


|番号|割り当て|h
|0|システム・タイマ|
|1|キーボード|
|2|カスケード接続用|
|3|シリアルポート２|
|4|シリアルポート１|
|5|パラレルポート２/サウンドカード|
|6|FDコントローラ|
|7|パラレルポート１|
|8|リアルタイムクロック|
|9|ソフトウェア割り込み|
|10|予約|
|11|予約|
|12|PS/2マウス|
|13|数値演算コアプロセッサ|
|14|HDコントローラ|
|15|予約|    </description>
    <dc:date>2010-04-03T17:49:25+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/27.html">
    <title>UNIXメモ/Linuxメモ/非IDEデバイス</title>
    <link>http://www31.atwiki.jp/hightimes/pages/27.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*非IDEデバイス
|デバイス|説明|h
|SCSI(Small Computer System Interface)|外付けハードディスクの接続などに使う|
|SATA(Serial Advanced Technology Attachment)|従来パラレル伝送方式であったATAをシリアル伝送方式に変更した規格|
|USB(Universal Serial Bus)|周辺機器の外部接続用の規格でありPnP(Plug and Play)接続により自動機的に必要なモジュールの読み込みと設定が行われる|    </description>
    <dc:date>2010-04-03T17:42:18+09:00</dc:date>
  </item>
    <item rdf:about="http://www31.atwiki.jp/hightimes/pages/26.html">
    <title>UNIXメモ/Linuxメモ/IOポート</title>
    <link>http://www31.atwiki.jp/hightimes/pages/26.html</link>
    <description>
      Access(Today：&amp;counter(today) / Yesterday:&amp;counter(yesterday) / Totoal:&amp;counter(total))
----
#contents()
----
*I/Oポート
CPU用に予約されたアドレスマップ上に指定されたあどれすで、CPUが外部の入出力装置にアクセスする際、それぞれの入出力装置を区別するために使われるアドレス。

|ベースアドレス|割り当て|h
|060 + 064|キーボードコントローラ|
|170 + 376|セカンダリIDEハードドライブコントローラ|
|1F0 + 3F6|プライマリIDEハードドライブコントローラ|
|220|サウンドカード|
|300|NICカード|
|330|SCSIアダプタ|
|3F2|フロッピードライブコントローラ|
|3F8|COM1|
|2F8|COM2|
|3E8|COM3|
|2E8|COM4|
|378|LPT1(プリンタポート)|
|278|LPT2(プリンタポート)|    </description>
    <dc:date>2010-04-03T17:28:05+09:00</dc:date>
  </item>
  </rdf:RDF>

