Search Results

Search: Posts Made By: thedemonhunter
40,145
Posted By thedemonhunter
thanks for the help. i actually rewrote to this: ...
thanks for the help. i actually rewrote to this:
#!/bin/sh
echo "Enter username"
while :
do
read username
case $username in
Aarin | Rick | Zach | Ashley | Alex | Nik | Wilbur )
...
40,145
Posted By thedemonhunter
vivekraj, you seem to understand what i need to...
vivekraj, you seem to understand what i need to do. I attempted something similar but i was having trouble comparing the two (username and password). What if i wanted to do this for multiple users?...
40,145
Posted By thedemonhunter
Shell program with username and password
Hi I am new to unix and I am trying to figure out how to write a shell script with a login name and password. I want to do something along the lines of if both are correct it echoes "you are logged...
Showing results 1 to 3 of 3

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