中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認證|工資待遇與招聘,認準超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

Linux命令及Linux終端的20個趣事

時間:2018-11-27

玩Linux其樂無窮!哈哈。不相信。記住我的話,在文章結(jié)尾時你就會相信Linux確實好玩了。

20 Linux Funny Commands

你可能了解 ‘ls’ 命令,并經(jīng)常使用它來查看文件夾的內(nèi)容。但是,有些時候你可能會拼寫成 ‘sl’ ,這時我們應(yīng)該如何獲得一些樂趣而不是看見“command not found”呢?

root@tecmint:~# apt-get install sl      (In Debian like OS)
root@tecmint:~# yum -y install sl       (In Red Hat like OS)
root@tecmint:~# sl

sl command

當你敲入的是‘LS‘而不是’ls‘時,這個命令也會運行。

非也!非也!這可不像它平常那樣復(fù)雜。你可能很熟悉telnet。Telnet 是一個文本化的雙向網(wǎng)絡(luò)協(xié)議。linux命令linux命令這里不需要安裝什么東西。你需要的就是一個Linux系統(tǒng)和一個連通的網(wǎng)絡(luò)。

root@tecmint:~# telnet towel.blinkenlights.nl

telnet command

試試你未知的運氣,終端里有時也有好玩的。

root@tecmint:~# apt-get install fortune     (for aptitude based system)
root@tecmint:~# yum install fortune         (for yum based system)

root@tecmint:~# fortune

You're not my type.  For that matter, you're not even my species!!!
Future looks spotty.  You will spill soup in late evening.
You worry too much about your job.  Stop it.  You are not paid enough to worry.
Your love life will be... interesting.

它會把傳遞給它的的每個字符串都反過來,是不是很好玩。

root@tecmint:~# rev

123abc 
cba321 

xuniL eb ot nrob
born to be Linux

該談點兒關(guān)于Mathematics的了,這個命令輸出給定數(shù)字的所有因子。

 上一個教程:Linux常用命令練習(xí)