Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / native_client_sdk / src / doc / nacldev / navigating.inc
blobc66b604bd7c1af5ec2c8be8cf300159f6d5f1645
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
8 virtual filesystem.
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.