14,957
edits
m (→file operation) |
|||
| Line 71: | Line 71: | ||
== system operation == | == system operation == | ||
specify the location where Linux or MS-DOS looks when using a command | |||
* {{kbd | key= echo $PATH}} ({{Linux}})<ref>[http://linux.vbird.org/linux_basic/0220filemanager.php#dir_path 鳥哥的 Linux 私房菜 -- 檔案與目錄管理 -- 關於執行檔路徑的變數: $PATH]</ref> | |||
* {{kbd | key= echo %PATH%}} ({{{Win}})<ref>[http://www.computerhope.com/issues/ch000549.htm How to set the path in Microsoft Windows]</ref> | |||
reboot the system/server | reboot the system/server | ||
* reboot ({{Linux}})<ref>[http://linux.about.com/od/commands/l/blcmdl8_reboot.htm reboot - Linux Command - Unix Command]</ref> | * {{kbd | key=reboot}} ({{Linux}})<ref>[http://linux.about.com/od/commands/l/blcmdl8_reboot.htm reboot - Linux Command - Unix Command]</ref> | ||
* shutdown -r ({{Win}})<ref>[http://blog.soft.idv.tw/?p=216 Windows原來也有內建好用的關機軟體(Shutdown.exe) | ㊣軟體玩家]</ref> | * {{kbd | key=shutdown -r}} ({{Win}})<ref>[http://blog.soft.idv.tw/?p=216 Windows原來也有內建好用的關機軟體(Shutdown.exe) | ㊣軟體玩家]</ref> | ||
== help for command == | == help for command == | ||