64位linux作業系統要啟動weblogic必須首先輸入命令
linux32 bash
啟動weblogic在域目錄使用./startweblogic.sh命令啟動服務,./stopweblogic.sh停止服務,請注意大小寫。
設定linux系統時間,date -s 2007-01-01
顯示linux系統當前時間,date
linux防火牆命令
1、永久性生效,重啟後不會復原
開啟: chkconfig iptables on
關閉: chkconfig iptables off
2)、即時生效,重啟後復原
開啟: service iptables start
關閉: service iptables stop
強制刪除資料夾及資料夾下的檔案
rm -rf [filename]
命令幫助
man [linux命令]
Linux 常用的一些命令
rm刪除檔案 rm rf快速刪除資料夾 rm刪除檔案 安裝rpm檔案包 rpm字尾名的安裝包在linux環境下要使用rpm命令執行 rpm ivh rpmrpm檢視安裝路徑 rpm qpl rpm檢視編譯庫版本 rpm aq grep glibc使用chmod給資料夾遞迴賦予許可權 chmod 77...
一些常用的Linux命令
mount命令 將某個硬碟裝置或者硬碟分割槽掛載到某個目錄下,這個命令方便在系統中存在多個linux時,在不同的linux之間拷貝檔案。格式如下 mount t vfstype o options device dir fdisk命令 當我們需要了解硬碟的分割槽結構時,我們可以通過這個命令來完成任務...
Linux常用的一些命令
常用命令 ssh命令 date命令 awk命令 sed命令 grep命令 其他常用命令 檢視內網ip ifconfig a 檢視外網ip curl ifconfig.me curl 是一種命令列工具,作用是發出網路請求,然後獲取資料 curl i i 引數可以顯示 http response 的頭資...