사용자 입력 한 줄을 user_name이라는 변수에 읽어 들이는 Bash 명령은 무엇인가요?
user_name
read user_name
cat user_name
echo user_name
read $user_name