update for rename of docs/user/DebugKernelCrashDumps.mdwn to docs/user/list/DebugKern...
[ikiwiki.git] / docs / handbook / handbook-basics.mdwn
1 \r
2 \r
3 ## Chapter 3 UNIX Basics \r
4 \r
5  **Table of Contents** \r
6
7 * 3.1 [ Synopsis](basics.html#BASICS-SYNOPSIS)\r
8
9 * 3.2 [ Virtual Consoles and Terminals](consoles.html)\r
10
11 * 3.3 [ Permissions](permissions.html)\r
12
13 * 3.4 [ Directory Structure](dirstructure.html)\r
14
15 * 3.5 [ Disk Organization](disk-organization.html)\r
16
17 * 3.6 [ Mounting and Unmounting File Systems](mount-unmount.html)\r
18
19 * 3.7 [ Processes](basics-processes.html)\r
20
21 * 3.8 [ Daemons, Signals, and Killing Processes](basics-daemons.html)\r
22
23 * 3.9 [ Shells](shells.html) \r
24
25 * 3.10 [ Text Editors](editors.html)\r
26
27 * 3.11 [ Devices and Device Nodes](basics-devices.html)\r
28
29 * 3.12 [ Binary Formats](binary-formats.html)\r
30
31 * 3.13 [ For More Information](basics-more-information.html)\r
32 ***Rewritten by Chris Shumway. ***\r
33 \r
34 ## 3.1 Synopsis \r
35 \r
36 The following chapter will cover the basic commands and functionality of the DragonFly operating system. Much of this material is relevant for any UNIX®-like operating system. Feel free to skim over this chapter if you are familiar with the material. If you are new to DragonFly, then you will definitely want to read through this chapter carefully.\r
37 \r
38 After reading this chapter, you will know:\r
39 \r
40
41 * How to use the ***virtual consoles*** of DragonFly.\r
42
43 * How UNIX file permissions work along with understanding file flags in DragonFly.\r
44
45 * The default DragonFly file system layout.\r
46
47 * The DragonFly disk organization.\r
48
49 * How to mount and unmount file systems.\r
50
51 * What processes, daemons, and signals are.\r
52
53 * What a shell is, and how to change your default login environment.\r
54
55 * How to use basic text editors.\r
56
57 * What devices and device nodes are.\r
58
59 * What binary format is used under DragonFly.\r
60
61 * How to read manual pages for more information.\r
62 \r
63 \r
64 \r
65 CategoryHandbook\r
66 Category\r