ユーザー入力を1行読み取り、user_name という名前の変数に格納する Bash コマンドはどれですか?
user_name
echo user_name
cat user_name
read $user_name
read user_name