久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

怎樣查看shell類型

 惡之一眉 2011-04-14
shell類型有多種:
sh:
burne shell (sh)
burne again shell (bash)
csh:
c shell (csh)
tc shell (tcsh)
korn shell (ksh)
---------------------------------------------------------------------------------------------------------
①輸入一個(gè)系統(tǒng)不認(rèn)識(shí)的命令(如#ig)獲得系統(tǒng)提示
*******************************************************  
[iii@mmm ~]$ jkbk
-bash: jkbk: command not found
②#echo $0 (適用:sh/ksh)
bash-3.2$ echo $0
bash
*******************************************************
③#ps |grep $$|awk ‘{print $4}’
*******************************************************
bash-3.2$ ps aux|grep $$
apache    7228  0.0  0.0  61152   684 pts/3    S+   11:55   0:00 grep 29070
apache   29070  0.0  0.0  66060  1412 pts/3    S    11:52   0:00 bash

bash-3.2$ ps aux|grep $$|awk '{print $11}'|grep -v grep
bash
*******************************************************
④#echo $SHELL(用戶默認(rèn)的Shell,但不實(shí)時(shí)反映當(dāng)前shell)

如果用戶登錄之后 UNIX顯示提示 符為$,那么所使用的是B Shell,。若顯示為%提示符,則為 C Shell
*******************************************************
bash-3.2$ echo $SHELL
/bin/bash
bash-3.2$ ls -l /bin/*sh*
-rwxr-xr-x 1 root root  801512 Oct 21  2008 /bin/bash
lrwxrwxrwx 1 root root       4 Nov 22  2009 /bin/csh -> tcsh
-rwxr-xr-x 1 root root   10864 Oct 24  2008 /bin/fipshmac
-rwxr-xr-x 1 root root 1173128 Oct  1  2008 /bin/ksh
lrwxrwxrwx 1 root root       4 Nov 22  2009 /bin/sh -> bash
-rwxr-xr-x 1 root root  351152 Sep  2  2008 /bin/tcsh
 
bash-3.2$ more /etc/shells
/bin/sh
/bin/bash
/sbin/nologin
/bin/tcsh
/bin/csh
/bin/ksh
*******************************************************

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多