Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 731 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 731 Bytes

delgroup

  • 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:

  1. Clone this repository
git clone https://github.com/Abhishek4848/delgroup.git
  1. Change directory to the program folder
cd delgroup
  1. Executing the program
  • Windows
mingw32-make -f makefile.mk
./a.exe
  • Linux
make -f makefile.mk
./a.out
  1. After compilation type "delgroup groupname" to execute the program successfully.
delgroup groupname