58
задан 19 April 2013 в 00:24

1 ответ

#!/bin/bash
yum update -y
yum install httpd -y
echo "<html><h1>webpage 1(whatever you want, give the page name here)</h1></html>"
/var/www/html/index.html
service httpd start
chkconfig httpd on
-2
ответ дан 1 November 2019 в 14:45

Другие вопросы по тегам:

Похожие вопросы: