有没有什么Linux命令大全的网站?


如题,列出各种命令以及参数,最好给出每种参数对应例子的.

Linux unix

fcxvb 10 years ago

man的网页版是 http://man7.org
这个网站包括了Linux基本命令和Linux系统调用函数说明.
比如你可以用Bing搜索epoll编程函数:
site:man7.org/linux/man-pages epoll
http://man7.org/linux/man-pages/man7/epoll.7.html
还有top命令的用法:
http://man7.org/linux/man-pages/man1/top.1.html

yyyiii answered 10 years ago

man 手册是最实用的,只是要记得 apt-get install man-pages

无敌小纯霸 answered 10 years ago

个人觉得自带的man命令以及help比什么大全要实用多了

二头Neo answered 10 years ago

列出bin里的所有binary挨个man

人外Boy answered 10 years ago


Your Answer