added unix 101 structure

This commit is contained in:
Avleen Vig
2012-10-12 22:29:08 -05:00
parent ef658649a7
commit da3540146b
7 changed files with 22 additions and 0 deletions

2
boot_process_101.rst Normal file
View File

@@ -0,0 +1,2 @@
The boot process
****************

2
filesystems_101.rst Normal file
View File

@@ -0,0 +1,2 @@
File systems
************

View File

@@ -13,6 +13,7 @@ Contents:
introduction
sysadmin_101
unix_101

View File

@@ -0,0 +1,2 @@
Package management
******************

2
shell_tools_101.rst Normal file
View File

@@ -0,0 +1,2 @@
Useful shell tools
******************

2
shells_101.rst Normal file
View File

@@ -0,0 +1,2 @@
Shells
******

11
unix_101.rst Normal file
View File

@@ -0,0 +1,11 @@
Unix fundamentals 101
*********************
.. toctree::
:maxdepth: 2
filesystems_101
shells_101
package_management_101
boot_process_101
shell_tools_101