Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.14 KB

Linux-User-Manager

Linux Project To Deal Directly With Operating System Terminal To Execute Specific Tasks Through Interface Without Going Into Command/Terminal Details .

Specialized In :

-Adding And Deleting Users In System.

-Adding And Deleting Groups In System.

-Change User Information.

-Change Password Expiration Information For Each User (Min Days - Max Days - Date - Warning Time).

-Change User's Password Expires.

-Assign Specific Users To Specific Groups.


It's Including :

-Menu Interface To Let The User Picks The Option He Wants.

-Manual Page For Your Project.


How to Use ?

1- Select Your File Scope and File name.

2- Open Your Terminal (Ctrl+alt+t).

3- Wrire Following : Cd Foldername

4- Build Your Code : gcc FileName.c -o FileName.out

5- Run Your Code : ./filename.out


*Note : Replace "Foldername" With The Name Of The Folder/place That You Keep Your File AND Replace "Filename" With The Name Of The File That You Want To Run It.