Search Results

Search: Posts Made By: SriniShoo
6,690
Posted By SriniShoo
#!/bin/bash clear add_user() { ## write...
#!/bin/bash
clear
add_user() {
## write your statements here
echo "Created user"
}
PS3="Enter your choice> "
select i in "Current Logins" "Last Logins" "Generate List of Users" "Create User...
6,690
Posted By SriniShoo
You need to mention user creation steps in the...
You need to mention user creation steps in the below function
add_user() {
## User creation steps / whatever you think are relevant
}
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy