From ead0a4f5cf01a7665180fc8a60adbb80d86146df Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 6 Oct 2017 17:51:40 -0400 Subject: [PATCH] Update program description --- Main.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Main.c b/Main.c index c7411d5..a6b72cc 100644 --- a/Main.c +++ b/Main.c @@ -11,6 +11,15 @@ * Read from a provided directory path (relative or absolute). * For all files and folders in said path, print out information, * using a "breadth-first" approach. + * + * To change permissions within the TestingDirectory folders, + * navigate to /TestingDirectory/root/dir_permission_variations/ + * and run the file_permission_setup script. + * + * Note: Because of how this functions, you will need to sudo + * if you want to remove the folder afterwards. To reset, + * simply delete the entire permission_variations folder and + * run "git reset --hard". */ -- GitLab