排序
啟動bash shell有哪些方式?
啟動bash shell的三種方式 1、登錄時當做默認登錄shell 2、作為非登錄shell的交互式shell 3、作為運行腳本的非交互shell ? 一、登錄shell 登錄Linux系統時,bash shell會作為登錄shell啟動,登...
linux下tomcat的使用方法簡介
這篇文章主要介紹了linux下tomcat常用操作,需要的朋友可以參考下 假設tomcatlinux在/usr/local/tomcat7 啟動tomcat cd?/usr/local/tomcat7/bin ./startup.sh 查看啟動linux ps?-ef|grep?java...