Thread
:
How to authenticate users in shell scripts
View Single Post
#
5
(
permalink
)
22nd May 2009, 01:11 PM
antonydick
Junior Member
Join Date: May 2009
Location: Chennai
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power:
0
Re: How to authenticate users in shell scripts
Hey Udayakumar,
I am a beginner to linux but still i thought this bit of script will be useful to you
echo "Enter your username:"
read username
if [ "$username" = "antony" ]
then
else
fi
antonydick
View Public Profile
Send a private message to antonydick
Find all posts by antonydick