--- tags: Web --- # 將網頁架在lilina上 1. **建一個名為public_html資料夾並將資料夾權限改成755** mkdir public_html chmod 755 ~ ~/public_html 2. **寫一個檔案(xxxxx.html)放在 ~/public_html 下,並將檔案權限改成644** chmod 644 ~/public_html/index.html 3. **最後直接在browser上搜尋網址**,例: [http://lilina.csie.ncnu.edu.tw/~s108321049/index.html](https://)