# 1번서버 yum install nfs-utils mkdir /mnt/nas mount -t nfs 169.254.3.5:/n2776268_ssss /mnt/nas df -h cd /mnt/nas touch test111 ls # 2번 서버 yum install nfs-utils mkdir /mnt/nas mount -t nfs 169.254.3.5:/n2776268_ssss /mnt/nas df -h cd /mnt/nas ls 3 # 웹서버 #!/bin/bash hostname Server-EC2 yum install httpd lynx tmux tcpdump -y systemctl start httpd && systemctl enable httpd echo "
EOF
http://110.165.19.193/index.php
http://223.130.153.150/index.php