程序员经常用到的UNIX命令
1. 简单的文件维护与管理
ls, cd, mkdir, rm, cp, mv, cat, more
2. 源程序的编写
vi, ed
3. 编译与连接
gcc, g++, ld
4. 运行与调试
adb,gdb
5. 查看运行状态
% ps –ef
% grep aaa a.txt (aaa is the chars in the file name a.txt)
% prstat (ctrl D to exit)
% kill pid (pid is a process id)
ls, cd, mkdir, rm, cp, mv, cat, more
2. 源程序的编写
vi, ed
3. 编译与连接
gcc, g++, ld
4. 运行与调试
adb,gdb
5. 查看运行状态
% ps –ef
% grep aaa a.txt (aaa is the chars in the file name a.txt)
% prstat (ctrl D to exit)
% kill pid (pid is a process id)
【程序员经常用到的UNIX命令】相关文章
3. UNIX命令速查表
4. UNIX文件系统常用命令
9. 合肥市裁员经济补偿的规定
10. 简述使用ftp进行文件传输时的两种登录方式?它们的区别是什么?常用的ftp文件传输命令是什么?
本文来源:https://www.mianshiwenti.com/a13658.html
进入下载页面
上一篇:Unix里面如何在后台运行程序
下一篇:解释i节点在文件系统中的作用
﹝程序员经常用到的UNIX命令﹞相关内容
- 三个Unix的命令面试题
- Unix如何在一行中运行多个命令
- .TTL是什么?有什么用处,通常那些工具会用到它?(ping? traceroute? ifconfig? netstat?)
- 开发中都用到了那些设计模式?用在什么场合?
- 你在项目中用到了xml技术的哪些方面?如何实现的?
- 如何判断一段程序是由C 编译程序还是由C++编译程序编译的
- Math.round(11.5)等於多少? Math.round(-11.5)等於多少?
- 软件测试LoadRunner面试题:Explain the following functions: – lr_debug_message
- 软件测试LoadRunner面试题:What is a function to capture dynamic values in the web vuser script?
- 为什么UNION ALL比UNION快