10 likes | 168 Views
NetProg Proj#1: Mini Shell. Due day: 5/1-- present your report in class. Concurrent server with modes (current dir). 7 commands: dir (ls), pd (pwd), gd (chdir), view (head -20), fu (df), exit, help. Hint 1: using system() API and dup() system call. Hint 2: make command, shell scripts.
E N D
NetProg Proj#1: Mini Shell • Due day: 5/1-- present your report in class. • Concurrent server with modes (current dir). • 7 commands: dir (ls), pd (pwd), gd (chdir), view (head -20), fu (df), exit, help. • Hint 1: using system() API and dup() system call. • Hint 2: make command, shell scripts.