玩Linux其樂無窮!哈哈。不相信。記住我的話,在文章結(jié)尾時你就會相信Linux確實好玩了。
你可能了解 ‘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
當你敲入的是‘LS‘而不是’ls‘時,這個命令也會運行。
非也!非也!這可不像它平常那樣復(fù)雜。你可能很熟悉telnet。Telnet 是一個文本化的雙向網(wǎng)絡(luò)協(xié)議。linux命令linux命令這里不需要安裝什么東西。你需要的就是一個Linux系統(tǒng)和一個連通的網(wǎng)絡(luò)。
root@tecmint:~# telnet towel.blinkenlights.nl
試試你未知的運氣,終端里有時也有好玩的。
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í)
下一個教程:linux常用命令 Linux中的常用命令及分類