Skip to content

Commit a4fd862

Browse files
Update README.md
1 parent a8179c5 commit a4fd862

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# linusman
2-
Shell script to manage users and groups, and atuomate backups in Linux.
2+
Shell script to manage users and groups in Linux.
33

4-
## What does this script do?
5-
6-
The scipt has two main sections.
4+
<img src="https://user-images.githubusercontent.com/45819206/121498870-909bc000-c9fc-11eb-8719-8e0156a4c882.png" width=500>
75

8-
![image](https://user-images.githubusercontent.com/45819206/119443791-ec522200-bd49-11eb-9712-06f076d5a38e.png)
9-
10-
One is Archive management section where you can set up archives and automate backups of your files and folders using cron jobs.
6+
## What does this script do?
117

12-
Another section is user management section which can be used to manage users and groups in the system. User and groups management includes adding, deleting, renaming, changing permissions and many more.
8+
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.
139

14-
The User management section doesn't require any technical knowledge to use but for archive management, you need to have basic knowledge of setting up cron jobs.
10+
<img src="https://user-images.githubusercontent.com/45819206/121499211-e40e0e00-c9fc-11eb-9fd7-43b4a25293dd.png" width=500>
1511

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

@@ -21,12 +17,11 @@ The script depends on some linux packages which you need to install before you r
2117

2218
1. zenity
2319
2. bc (Basic Calculator)
24-
3. libnotify-bin
2520

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

2823
```
29-
sudo apt-get install zenity bc libnotify-bin
24+
sudo apt-get install zenity bc
3025
```
3126

3227
## Run

0 commit comments

Comments
 (0)