A Filesystem's Guide

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(+link)
(+links)
Line 29: Line 29:
  
 
The file /home/root/.ash_history seems to have a false name; correct would be .bash_history.
 
The file /home/root/.ash_history seems to have a false name; correct would be .bash_history.
 +
 +
==External links==
 +
* [http://www.pathname.com/fhs/ Home of the Filesystem Hierarchy Standard]
 +
* [http://www-128.ibm.com/developerworks/linux/library/l-proc.html?ca=dgr-wikiaProcFile#N1030B Fortune Cookies through the /proc Filesystem]
 +
* [http://ftp2.de.freebsd.org/pub/cLIeNUX/descriptive/DSFH.html The Dotted Standard Filename Hierarchy], yet another very different hierarchy (used in cLIeNUX)
 +
* [http://www.pathname.com/fhs/pub/fhs-2.3.pdf Filesystem Hierarchy Standard 2.3] (January 29, 2004)
  
 
[[category:Software]]
 
[[category:Software]]
 
[[category:Openmoko]]
 
[[category:Openmoko]]

Revision as of 10:23, 13 July 2008

Note : The following is far from being complete


The Filesystem

Openmoko2007.2

The Rootfilesystem consists out of the following directories:

  • bin
  • dev
  • home
  • media
  • proc
  • sys
  • usr
  • boot
  • etc
  • lib
  • mnt
  • sbin
  • tmp
  • var


The first difference to the standard linux filesystem is that Openmoko lacks a /root directory. This directory is located under /home/root/

Under /home/root/.evolution/ one can find the config and data files for contacts, calender, memos and tasks created on the Freerunner.

The file /home/root/.ash_history seems to have a false name; correct would be .bash_history.

External links

Personal tools

Note : The following is far from being complete


The Filesystem

Openmoko2007.2

The Rootfilesystem consists out of the following directories:

  • bin
  • dev
  • home
  • media
  • proc
  • sys
  • usr
  • boot
  • etc
  • lib
  • mnt
  • sbin
  • tmp
  • var


The first difference to the standard linux filesystem is that Openmoko lacks a /root directory. This directory is located under /home/root/

Under /home/root/.evolution/ one can find the config and data files for contacts, calender, memos and tasks created on the Freerunner.

The file /home/root/.ash_history seems to have a false name; correct would be .bash_history.