程序员经常用到的UNIX命令
2023-07-06
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)