bdmendes / feup-sope-xmod

A clone of the Linux chmod utility.
0 stars 1 forks source link
chmod linux

xmod

Motivation

Implement a version of the chmod core Linux utility, using, when possible, kernel calls.\ The behaviour of the latter must be replicated, including similar error messages and directory traversals.

Supplementary features

Implementation details

How to run

Build the program running make at the root directory.\ Arguments are the same of chmod, except we don't support multiple paths to process.