Home
Discussion
Programs
Program 1
Program 10
Program 11
Program 12
Program 13
Program 14
Program 15
Program 16
Program 2
Program 3
Program 4
Program 5
Program 6
Program 7
Program 8
Program 9
Scheduling Algorithms
Notes
Program 3. Create a shell script that accepts a path name and creates all the components in that path name as directories. For example, if the script is named mpc, then the command mpc a/b/c/d should create directories a, a/b, a/b/c, a/b/c/d.