Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: native_client_sdk/src/doc/nacldev/navigating.inc

Issue 731453002: Adding two codelabs for cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Navigating in the Dev Environment
2 =================================
3
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.
9
10 There are 3 locations mounted by the environment:
11
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.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/nacldev/git.inc ('k') | native_client_sdk/src/doc/nacldev/setup_app.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698