Search Results

Search: Posts Made By: JONATHAN0919
7,011
Posted By JONATHAN0919
the whole script didn't run sir ...
the whole script didn't run sir


#!/bin/bash
clear
add_user() {
PS3="Enter your choice> "
DT=$(date)
echo "******************* $DT ***********************"

select i in "Current...
7,011
Posted By JONATHAN0919
Hi Sir sorry i really don't know what to do since...
Hi Sir sorry i really don't know what to do since I'm a beginner..

can u give a sample?

or can i add if else for that particular part?
like the script from the top?

is it possible to apply...
7,011
Posted By JONATHAN0919
Sir what i did is like this and the result was...
Sir what i did is like this and the result was segmentation fault..

#!/bin/bash

clear
add_user() {
add_user;
}
PS3="Enter your choice> "
select i in "Current Logins" "Last Logins"...
7,011
Posted By JONATHAN0919
Sir
i tried using useradd but result is error


#!/bin/bash clear PS3="Enter your choice> " select i in "Current Logins" "Last Logins" "Generate List of Users" "Create User Accounts" "Exit" do case...
7,011
Posted By JONATHAN0919
HELP for my script
guys need help how to add user to my script.
note: this is not a home work... I'm just self studying unix/linux programming. thanks in advance.
and how can i add this script to the add user list...
Showing results 1 to 5 of 5

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