29.9. Klish - Kommand Line Interface Shell (the fork of clish project)
生活随笔
收集整理的這篇文章主要介紹了
29.9. Klish - Kommand Line Interface Shell (the fork of clish project)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
http://code.google.com/p/klish/
Klish是一個命令行補全工具,可以實現類似于CISCO路由器的命令行幫助界面。它是Clish的后續版本,Klish有一個特殊的功能,可以讓用戶僅使用指定目錄中的命令。
29.9.1.?安裝Klish
# cd /usr/local/src/ # wget http://klish.googlecode.com/files/klish-1.6.4.tar.bz2 # tar jxvf klish-1.6.4.tar.bz2 # cd klish-1.6.4/ # ./configure --prefix=/srv/klish-1.6.4 # make # make install# cp -r xml-examples /srv/klish-1.6.4/ # export CLISH_PATH=/srv/klish-1.6.4/xml-examples/clish啟動clish
# /srv/klish-1.6.4/bin/clish******************************************** * CLISH (see-lish) * * * * WARNING: Authorised Access Only * ********************************************Welcome root it is Mon Feb 18 09:59:06 CST 2013 >29.9.2.?為用戶指定clish作為默認Shell
# vim /etc/passwd neo:x:1000:1000:neo,,,:/home/neo:/bin/bash改為
neo:x:1000:1000:neo,,,:/home/neo:/srv/klish-1.6.4/bin/clish29.9.3.?FAQ
29.9.3.1.?clish/shell/shell_expat.c:36:19: fatal error: expat.h: No such file or directory
clish/shell/shell_expat.c:36:19: fatal error: expat.h: No such file or directory compilation terminated. make[1]: *** [clish/shell/libclish_la-shell_expat.lo] Error 1 make[1]: Leaving directory `/usr/local/src/klish-1.6.4' make: *** [all] Error 2解決方案,安裝expat開發包
# apt-get install libexpat1-dev原文出處:Netkiller 系列 手札
本文作者:陳景峯
轉載請與作者聯系,同時請務必標明文章原始出處和作者信息及本聲明。
總結
以上是生活随笔為你收集整理的29.9. Klish - Kommand Line Interface Shell (the fork of clish project)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ansible2.4 api调用
- 下一篇: 系统性能分析思路