Ubuntu - fantasy0107/notes GitHub Wiki

command

which - 查詢安裝的東西 ex: which php
service apache2 status - 檢查apache 是否有在運作
pwd - 顯示現在位置
exit - 離開 
man - 文件
sudo rm -rf - 刪除資料夾和底下東西

//mysql
mysql -u root -p - Mysql連線
SHOW DATABASES;  - 顯示資料庫
 use  db_name - 使用/選擇資料庫
show tables; - 顯示表格
describe rules; - 顯示表格結構