View Single Post
  #5 (permalink)  
Old 22nd May 2009, 01:11 PM
antonydick antonydick is offline
Junior Member
 
Join Date: May 2009
Location: Chennai
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
antonydick is on a distinguished road
Send a message via MSN to antonydick Send a message via Yahoo to antonydick Send a message via Skype™ to antonydick
Smile 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
Reply With Quote