Revision history for RootFs
Additions:
~This is the location where temporary files are stored. Do not put anything in here that needs to be kept. The [[savefile]] does not save the contents of this directory on reboot/ shutdown.
Deletions:
Additions:
==Temporary Directory==
~##/tmp##
~This is the location where temporary files are stored. Do not put anything in here that is need to be kept. The [[savefile]] does not save the contents of this directory either.
~##/tmp##
~This is the location where temporary files are stored. Do not put anything in here that is need to be kept. The [[savefile]] does not save the contents of this directory either.
Additions:
{{include tonguesRootFS}}
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[RootFS]]
{{image url="http://puppylinuxstuff.meownplanet.net/darkcity/icn/woof.png" title="icon" alt="icon" width="48"}}
==Useful Files==
~##[[fstab|/etc/fstab]]## - contains static filesystem information.
~[[FileTypes]]
CategoryFilemanager
CategoryIndex
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[RootFS]]
{{image url="http://puppylinuxstuff.meownplanet.net/darkcity/icn/woof.png" title="icon" alt="icon" width="48"}}
==Useful Files==
~##[[fstab|/etc/fstab]]## - contains static filesystem information.
~[[FileTypes]]
CategoryFilemanager
CategoryIndex
Deletions:
{{image url="http://fc04.deviantart.net/fs71/f/2011/239/8/3/puppy_like_by_koulaxizis-d48076t.jpg" title="text" alt="text" width="100"}}
Revision [28589]
Edited on 2013-08-23 09:37:10 by darkcity [~-[[SaveFile Save File]] - filesystem file in Frug]Additions:
==Also on the Wiki==
~[[SaveFile Save File]] - filesystem file in Frugal install
~[[SaveFile Save File]] - filesystem file in Frugal install
Revision [26521]
Edited on 2013-03-08 06:15:16 by darkcity [~-[[SaveFile Save File]] - filesystem file in Frug]Additions:
~[[http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs-30-draft-1 FHS 3.0 draft (Aug 2011)]]
~[[https://wiki.linuxfoundation.org/en/FHS Linux Foundation's FHS page]]
~[[https://wiki.linuxfoundation.org/en/FHS Linux Foundation's FHS page]]
Deletions:
Revision [26473]
Edited on 2013-03-03 07:49:21 by darkcity [tp://www.pathname.com/fhs/pub/fhs-2.3.html FHS 2.3]Additions:
~[[http://www.pathname.com/fhs/pub/fhs-2.3.html FHS 2.3 page (2004)]]
Deletions:
Revision [26470]
Edited on 2013-03-03 06:31:12 by darkcity [tp://www.pathname.com/fhs/pub/fhs-2.3.html FHS 2.3]Additions:
~[[https://wiki.linuxfoundation.org/en/FHS Linux Foundation's FHS (2011)]]
~[[http://www.pathname.com/fhs/ FHS page - links for version 2.2 and 2.3 (2004)]]
~[[http://www.pathname.com/fhs/2.2/index.html FHS 2.2 page (2001)]]
~[[http://www.pathname.com/fhs/ FHS page - links for version 2.2 and 2.3 (2004)]]
~[[http://www.pathname.com/fhs/2.2/index.html FHS 2.2 page (2001)]]
Deletions:
~[[http://www.pathname.com/fhs/ FHS page - links for version 2.2 and 2.3]]
~[[http://www.pathname.com/fhs/2.2/index.html FHS 2.2 page]]
Revision [26469]
Edited on 2013-03-03 06:28:59 by darkcity [tp://www.pathname.com/fhs/pub/fhs-2.3.html FHS 2.3]Additions:
~[[http://www.pathname.com/fhs/ FHS page - links for version 2.2 and 2.3]]
Deletions:
Revision [26468]
Edited on 2013-03-03 06:26:23 by darkcity [~[[http://www.pathname.com/fhs/2.2/index.html FHS]Additions:
~[[http://www.pathname.com/fhs/2.2/index.html FHS 2.2 page]]
~[[http://www.pathname.com/fhs/ Old FHS page]]
~[[http://linux.die.net/man/7/hier FHS manual page]]
~[[http://www.pathname.com/fhs/ Old FHS page]]
~[[http://linux.die.net/man/7/hier FHS manual page]]
Deletions:
Additions:
~**Linux Directory Structure** also known as FHS (Filesystem Hierarchy Standard) and ""'RootFs'"" defines the main directories and their contents in Linux operating systems, including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[SaveFile Pup SaveFile]] and other SFSs.
==Related Webpages==
~[[https://wiki.linuxfoundation.org/en/FHS Linux Foundation's FHS]]
~[[http://www.pathname.com/fhs/ Old FHS homepage]]
==Related Webpages==
~[[https://wiki.linuxfoundation.org/en/FHS Linux Foundation's FHS]]
~[[http://www.pathname.com/fhs/ Old FHS homepage]]
Deletions:
==Also see==
Additions:
~**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and ""'RootFs'"" defines the main directories and their contents in Linux operating systems, including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[SaveFile Pup SaveFile]] and other SFSs.
Deletions:
Additions:
{{image url="http://fc04.deviantart.net/fs71/f/2011/239/8/3/puppy_like_by_koulaxizis-d48076t.jpg" title="text" alt="text" width="100"}}
Deletions:
Additions:
~**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and 'RootFs' defines the main directories and their contents in Linux operating systems, including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[SaveFile Pup SaveFile]] and other SFSs.
~##/mnt##
~Any media or filesystem that is mounted will have a folder here including hard-drive partitions, cds, usbs and archive files such as [[SquashFS SFSs]]. In frugal mode only files saved in this directory will be outside the [[SaveFile PupSave]] file.
~##/usr/share/applications##
~Installed applications with a menu entry will have a link file here, see [[AppsDesktop .desktop]] files.
==Advanced Directories==
~##/proc##
~Broadly speaking contains two main groups. Numerically named directories corresponding to the process ID (PID) of a process currently executing on the system. The second file non-numerically named directories and regular files describe some aspect of kernel operation.
~[[WikiPedia:Filesystem_Hierarchy_Standard]]
~[[http://www.linuxjournal.com/article/8381 The Linux /proc Filesystem as a Programmers' Tool]]
----
==Categories==
CategoryComponent
~##/mnt##
~Any media or filesystem that is mounted will have a folder here including hard-drive partitions, cds, usbs and archive files such as [[SquashFS SFSs]]. In frugal mode only files saved in this directory will be outside the [[SaveFile PupSave]] file.
~##/usr/share/applications##
~Installed applications with a menu entry will have a link file here, see [[AppsDesktop .desktop]] files.
==Advanced Directories==
~##/proc##
~Broadly speaking contains two main groups. Numerically named directories corresponding to the process ID (PID) of a process currently executing on the system. The second file non-numerically named directories and regular files describe some aspect of kernel operation.
~[[WikiPedia:Filesystem_Hierarchy_Standard]]
~[[http://www.linuxjournal.com/article/8381 The Linux /proc Filesystem as a Programmers' Tool]]
----
==Categories==
CategoryComponent
Deletions:
##/mnt##
Any media that is mounted should have a directory here including hard-drive partitions, cds, usbs and archive files such as [[SquashFS]].
##/usr/share/applications##
Installed applications with a menu entry will have a link file here.
[[WikiPedia:Filesystem_Hierarchy_Standard]]
Additions:
Installed applications with a menu entry will have a link file here.
Deletions:
Additions:
==== Linux Directory Structure ""(RootFS)""====
Deletions:
Additions:
**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and 'RootFs' defines the main directories and their contents in Linux operating systems, including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[SaveFile Pup SaveFile]] and other SFSs.
Deletions:
Additions:
**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and 'RootFs' defines the main directories and their contents in Linux operating systems including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[SaveFile Pup SaveFile]] and other SFSs.
Deletions:
Additions:
**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and 'RootFs' defines the main directories and their contents in Linux operating systems including Puppy. In frugal installation it is held in a series of compressed files [[BaseSFS]], [[Save File Pup SaveFile]] and other SFSs.
Deletions:
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[FileTypes]]
Deletions:
Additions:
**Linux Directory Structure** also known as 'Filesystem Hierarchy Standard' and 'RootFs' defines the main directories and their contents in Linux operating systems including Puppy.
Any media that is mounted should have a directory here including hard-drive partitions, cds, usbs and archive files such as [[SquashFS]].
Any media that is mounted should have a directory here including hard-drive partitions, cds, usbs and archive files such as [[SquashFS]].
Deletions:
Any media that is mounted should have a directory here including hard-drive partitions.