Which Bash command reads one line of user input into a variable named user_name?
user_name
read $user_name
echo user_name
read user_name
cat user_name