*Program in C to mimic the “delgroup” command on Linux. This command will delete a group.
*It handles 2 files “gshadow” and “group”. Both these files are in some folder
specified by an environment variable PFILE.
*The program takes all arguments as command line arguments
Instructions to execute the Program:
i.)The two files as mentioned in the question should be present in a folder and change the path to the file accordingly prior to execution.
ii.)Place all the program files in same folder.
iii.)Use "mingw32-make -f makefile.mk" to execute the program.
iv.)Then ./a.exe to run the program
v.)After compilation type "delgroup groupname" to execute the program successfully.