Table of Contents

Return to Operationg Systems home


Operating Systems Course: Lab02

Laboratory number 02

Exercise 01: Recursive visualization of a directory

Write a program in C language able to:

Compile the program with gcc and verify its operation comparing the results with the shell command ls -R

Suggestions:

Exercise 02: Compilation and makefile

Take as reference the example analyzed in classroom: Makefile4

Exercise 03: Recursive copy of a directory

Write a program in C language able to:

Suggestions:

Modify the recursive visit procedure of a directory tree created in Exercise 01. During the visit of the source directory, create an identical copy of each “entry”