IBM Linux 架網站

sudo su
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT //防火牆
iptables -F
iptables-save
---------------
sudo apt update
sudo apt install apache2
---------------
systemctl status apache2
systemctl start apache2
systemctl enable apache2 //下次開機會自動幫忙啟動
----------------
scp -i ./0329.pem  Hello.htm [email protected]:/tmp
scp -i ./0329.pem  -r Hello.files/ [email protected]:/tmp
cp /tmp/Hello.htm . //將Hello.htm 複製到當前目錄
cp -r /tmp/Hello.files/ . //將Hello.files複製到當前目錄

Untitled

Untitled

ls 指令

長格式

  1. 檔案類型

  2. 檔案權限

  3. link (連結數量)

  4. 擁有者 / 群組 / 檔案大小

    Untitled