`

the common commands in aix

阅读更多
1 ps -ef  or  ps aux 搜索所有进程
2 ps -ef|grep weblogic 搜索所有进程,包含weblogic
3 kill -9  kill the process,depends on processid
4 find . -name  filename(文件名)定点开始将文件写到标准输出。使用tail命令的-f选项可以方便的查阅正在改变的日志文件
5 tail -f filename  动态查找指定文件名
6  commandanme & (& stands for the job will run in the background ) for example ps aux &
7 jobs (displays status of jobs in the current session)
8 fg jobid (shift the bg program into the frontgound running)

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics