Skip to content

iamsubingyawali/linusman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

linusman

Shell script to manage users and groups in Linux.

What does this script do?

The user management section can be used to manage users and groups in the system. User and groups management includes adding, deleting, renaming, changing permissions and many more. It doesn't require any technical knowledge to use.

A detailed user guide is available within the script file at the beginning of the script. Go through it if something seems confusing.

Dependencies

The script depends on some linux packages which you need to install before you run the script. Use your system package manager to install the following packages:

  1. zenity
  2. bc (Basic Calculator)

For Debian based distros with apt, use the following command:

sudo apt-get install zenity bc

Run

After all dependencies are installed, to run the script simply clone this repo using the commend below in your Linux terminal.

git clone https://github.com/iamsubingyawali/linusman.git

Navigate to the script directory and run the file using commands below. You may need to change the permissions for the file to run, use chmod accordingly.

cd linusman
./manage.sh

Note: I am not responsible for any damange caused to your system with incorrect use of this script. Do not proceed with any options in the script unless you know what you are doing. Distributing your own copy of this script is not allowed. Read the license file carefully before proceeding.

Bugs are expected. Open issues or pull requests if you found some.