___.
____ ___.__.\_ |__ ___________ ____ __ _________ __ __
_/ ___< | | | __ \_/ __ \_ __ \/ ___\| | \_ __ \ | \
\ \___\___ | | \_\ \ ___/| | \/ /_/ > | /| | \/ | /
\___ > ____| |___ /\___ >__| \___ /|____/ |__| |____/
\/\/ \/ \/ /_____/
UMS management script
A) User Management
B) File management
C) Pipe interprocess
Q) Quit
Enter the letter for the option you want to pick:
The management script is divided into three parts:
- User management menu
- File management menu
- pipe process and interprocess
which is further broken down to the following methods
User management script
A) Create a user account
B) Delete a user account
C) Manage user groups
D) List Users
Q) Quit
Enter the letter for the option you want to pick:
- User creation and deletion
- User group creation, with option to assign a user to a group
- Creating a user directory
Enter the following options to perform file management
A) change file prefix in a directory
B) Re-Orgainze files according to file extension
C) Find a file or directory
Q) Quit
- Re-organizing files into a directory
- File system information
- Find files according to user input
Enter the following options to modify a file using pipe
A) Write to a file using pipe
D) Use demo mode to write lorem ipsum
Q) To exit
- Pipes and interprocess communications
- This script uses a named pipe to write to a file in another directory
To use this script first of all clone the repo using
git clone https://github.com/Cyberguru1/UMS_Bash.git
Then enter your terminal and simply type
./main.sh
or
sh main.sh