LINUX.ORG.RU

История изменений

Исправление BigAlex, (текущая версия) :

/ - the root home
/bin - all executables
/sbin -> /bin # softlink pointing to /bin
/boot - all boot files
/etc - system configuration
/home - user directories
/var - spool, run, log, cache
/share - man pages, locales, dependencies
/include - include/headers

Слишком часто в инклюды ходят, что нужно срочно из usr в корень положить.

/lib - static libraries for building stuff
/mnt - mount points
/usr -> / # softlink pointing to /

Съэкономил 3 байта - молодец. Хотя погодите, инклюды уже в корне, а теперь они уже в корне 2 раза.

Based on the Linux assumption:

/dev - devices
/proc - proc files
/sys - sys files

For crap stuff:

/sucks - stuff that sucks, like ugly gnu library
dependencies, or systemd fake handlers

Можно всю такую иерархию засунуть в sucks - нечего стесняться.

Исходная версия BigAlex, :

/ - the root home /bin - all executables /sbin -> /bin # softlink pointing to /bin /boot - all boot files /etc - system configuration /home - user directories /var - spool, run, log, cache /share - man pages, locales, dependencies /include - include/headers

Слишком часто в инклюды ходят, что нужно срочно из usr в корень положить.

/lib - static libraries for building stuff /mnt - mount points /usr -> / # softlink pointing to /

Съэкономил 3 байта - молодец. Хотя погодите, инклюды уже в корне, а теперь они уже в корне 2 раза.

Based on the Linux assumption:

/dev - devices /proc - proc files /sys - sys files

For crap stuff:

/sucks - stuff that sucks, like ugly gnu library dependencies, or systemd fake handlers

Можно всю такую иерархию засунуть в sucks - нечего стесняться.