1 Navigating in the Dev Environment
2 =================================
4 The NaCl Dev Environment behaves like a mini-UNIX system.
5 You start-up in bash command prompt.
6 Standard UNIX commands like cd, ls, mkdir, rm, rmdir, etc.
7 can be used to navigate and modify the Dev Environment's
10 There are 3 locations mounted by the environment:
12 * /tmp mounts the HTML5 Filesystem temporary storage area.
13 * /mnt/html5 mounts the HTML5 Filesystem persistent storage area.
14 * Your home directory ~/, located in /home/user,
15 mounts a portion of the HTML5 Filsystem persistent storage area
16 that corresponds to the /mnt/html5/home directory.