Index: native_client_sdk/src/doc/nacldev/navigating.inc |
diff --git a/native_client_sdk/src/doc/nacldev/navigating.inc b/native_client_sdk/src/doc/nacldev/navigating.inc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c66b604bd7c1af5ec2c8be8cf300159f6d5f1645 |
--- /dev/null |
+++ b/native_client_sdk/src/doc/nacldev/navigating.inc |
@@ -0,0 +1,16 @@ |
+Navigating in the Dev Environment |
+================================= |
+ |
+The NaCl Dev Environment behaves like a mini-UNIX system. |
+You start-up in bash command prompt. |
+Standard UNIX commands like cd, ls, mkdir, rm, rmdir, etc. |
+can be used to navigate and modify the Dev Environment's |
+virtual filesystem. |
+ |
+There are 3 locations mounted by the environment: |
+ |
+ * /tmp mounts the HTML5 Filesystem temporary storage area. |
+ * /mnt/html5 mounts the HTML5 Filesystem persistent storage area. |
+ * Your home directory ~/, located in /home/user, |
+ mounts a portion of the HTML5 Filsystem persistent storage area |
+ that corresponds to the /mnt/html5/home directory. |