forked from thoughtbot/trail-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunix.json
More file actions
34 lines (34 loc) · 1.34 KB
/
unix.json
File metadata and controls
34 lines (34 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "UNIX",
"description": "A multitasking, multi-user computer operating system originally developed in 1969, variants of which now form the underpinning of many operating systems, including OS X, iOS, and Linux.",
"steps": [
{
"name": "Beginning UNIX",
"level": "beginner",
"resources": [
{
"title": "Read The Linux Programming Interface. Chapters 1, 2, 6, 8, 10, 14, 15, 18, 25, 44, 62.",
"uri": "http://amzn.to/the-linux-programming-interface",
"id": "3e5e1e86286462f7740038c7998ad900080f2cbf",
"publisher": "http://man7.org/tlpi/"
},
{
"title": "Read 'Learning the Shell'",
"uri": "http://www.linuxcommand.org/lc3_learning_the_shell.php",
"id": "5ac7f34f8e0006ecdea578dddb44f544ba99692a"
},
{
"title": "Read about I/O redirection.",
"uri": "http://en.wikipedia.org/wiki/Redirection_(computing)",
"id": "821a57aacb161859742895bddaf3d2ecfda188cf"
}
],
"validations": [
{
"title": "You can use these commands and operators: |, <, >, >>, &, ack, awk, cat, chmod, chown, cp, export, find, kill, locate, ls, mkdir, mv, ps, rm, sed, sort, tail, top, vim, whereis, xargs.",
"id": "ba03a2224008f4078b941e61050f7623164372b9"
}
]
}
]
}