linux常用命令
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-24
这篇文章不断记录接触到的有用命令:
apropos - search the whatis database for strings
as example%: apropos format
#you can find a line as "printf [] (3p) - print formatted output
:% man -s 3p printf #will take you directory to printf prototype
CTRL-Z: will stop a job
fg or bg: can be used to resume that job.
minicom:
minicom的使用过程中,曾经最困扰我的是退出方法.其提示ESC,Z for help,一直不理解ESC,Z组合的意义,其实就是按esc,松开后按z就好了.
minicom的使用比较简单,可以到google上, "minicom tutorial"就好了. hexdump: 在Windows下通常用UltraEdit看二进制文件,Linux下的hexdump也可以看.比如:hexdump -s 0x39000 -n 1000 -C u-boot.rescue.bin hexdump -s offset -n length -C (format similliar as UltraEdit) |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于linux常用命令的所有评论