forked from carmelo-og/OperatingSystems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.txt
28 lines (19 loc) · 804 Bytes
/
resources.txt
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
1) Basic Shell Template
https://sites.cs.ucsb.edu/~tyang/class/170s15/projects/HW0.html
2) G4G Linux Shell
https://www.geeksforgeeks.org/making-linux-shell-c/
3) C Tutorial with fork, exec and other commands we will use
https://www.cs.rutgers.edu/~pxk/416/notes/c-tutorials/index.html
4) Very simple shell video tutorials (maybe 1st to look at since so simple)
https://www.youtube.com/watch?v=QUCSyDFPbOI
https://www.youtube.com/watch?v=z4LEuxMGGs8
5) Video on fork() command
https://www.youtube.com/watch?v=9seb8hddeK4
6) Shell video with fork and exec (long)
https://www.youtube.com/watch?v=5Qim9wufNP0
7) Linux Man Page for opendir()
https://linux.die.net/man/3/opendir
8) Linux Man Page for nftw
https://linux.die.net/man/3/nftw
9) Linux Man Page for mkdir
https://linux.die.net/man/3/mkdir