Posted in 面试题 onApril 13, 2015
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命令
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@