Различия между версиями 7 и 8
Версия 7 от 2012-05-26 04:05:04
Размер: 2090
Редактор: eSyr
Комментарий:
Версия 8 от 2012-05-26 04:32:20
Размер: 3378
Редактор: eSyr
Комментарий:
Удаления помечены так. Добавления помечены так.
Строка 11: Строка 11:
 * <<PassportLink(Books_LinuxIntro_03ChapterFilesystem,Direct=True)>>
Строка 12: Строка 13:
  * <<PassportLink(Books_LinuxIntro_03ChapterFilesystem,Direct=True)>>
  *
http://www.win.tue.nl/~aeb/linux/lk/lk-6.html
  * http://www.ibm.com/developerworks/linux/library/l-linux-filesystem/index.html
  * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=Documentation/filesystems
  * [[http://www.win.tue.nl/~aeb/linux/lk/lk-6.html|«File names and files», The Linux kernel by Andries Brouwer]]
  * [[http://www.ibm.com/developerworks/linux/library/l-linux-filesystem/index.html|Про ФС в Linux на DeveloperWorks: «Anatomy of the Linux file system: A layered structure-based review»]]
  * [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=Documentation/filesystems|Документация ядра по файловым системам]]
  * [[http://lwn.net/Kernel/Index/|Статьи на lwn, см. раздел «Filesystensms»]]
Строка 18: Строка 19:
  * http://proton.pathname.com/fhs/   * [[http://proton.pathname.com/fhs/|Стандарт FHS]]
Строка 20: Строка 21:
  * [[WikiPedia:Virtual_file_system]]   * [[WikiPedia:Virtual_file_system|Статья в Википедии про виртаульные файловые системы]]
Строка 22: Строка 23:
   * [[WikiPedia:procfs#Linux]]
   * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/proc.txt;hb=HEAD
   * http://linux.die.net/man/5/proc
   * http://www3.big.or.jp/~sian/linux/DocBook/procfs-guide/index.html
   * http://www.ibm.com/developerworks/linux/library/l-proc/index.html
   * [[WikiPedia:procfs#Linux|Статья в Википедии про procfs]]
   * [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/proc.txt;hb=HEAD|Документация ядра на подсистему proc]]
   * [[http://linux.die.net/man/5/proc|man 5 proc]]
   * [[http://www3.big.or.jp/~sian/linux/DocBook/procfs-guide/index.html|Описание procfs, довольно старое]]
   * [[http://www.ibm.com/developerworks/linux/library/l-proc/index.html|Про подсистему proc на DeveloperWorks: «Access the Linux kernel using the /proc filesystem: This virtual filesystem opens a window of communication between the kernel and user space»]]
Строка 28: Строка 29:
   * [[WikiPedia:sysfs]]
   * http://lwn.net/Articles/51437/
   * http://www.win.tue.nl/~aeb/linux/lk/lk-13.html
   * [[WikiPedia:sysfs|Статья в Википедии про sysfs]]
   * [[http://lwn.net/Articles/51437/|lwn: «The zen of kobjects»]]
   * [[http://www.win.tue.nl/~aeb/linux/lk/lk-13.html|«Sysfs and kobjects», The Linux kernel by Andries Brouwer]]
Строка 32: Строка 33:
   * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/tmpfs.txt;hb=HEAD
 * http://www.kernel.org/doc/man-pages/online/pages/man2/mount.2.html
 * http://www.kernel.org/doc/man-pages/online/pages/man2/chroot.2.html
   * [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/filesystems/tmpfs.txt;hb=HEAD|Про tmpfs в документации ядра]]
 * [[http://www.kernel.org/doc/man-pages/online/pages/man2/mount.2.html|man 2 mount]]
 * [[http://www.kernel.org/doc/man-pages/online/pages/man2/chroot.2.html|man 2 chroot]]
Строка 36: Строка 37:
 * [[WikiPedia:Loop device]]  * [[WikiPedia:Loop device|Статья в Википедии про Loop device]]
Строка 38: Строка 39:
 * <<PassportLink(Books_LinuxIntro_04ChapterFilesystem_use,Direct=True)>>
 * <<PassportLink(AltDocs_coreutils,Direct=True)>>

Файловая система. Монтирование. chroot. Инструменты для работы с ФС

  • FHS. Выделение каталогов и файловых систем сообразно использованию.
  • ФС, поддерживаемые в Linux. Отчего их так много?
  • Виртуальные ФС: /proc, /sys, tmpfs, aufs, …

  • ФС как пространство имён системных объектов

ДЗ

  • Команды работы с файлами и каталогами ФС

Материалы

LecturesCMC/GnuLinuxArchitecture2012/01 (последним исправлял пользователь FrBrGeorge 2012-05-30 13:22:52)