I wanna know what commands are mostly used when we do QA testing in Unix environment. and tell me how to execute batch preocesses in Unix.
QA testing in Unix environment?
This question is vague.Unix commands would really depend on what task your are performing
some of the unix commands which i use are
1.ls
2.scp-to cpy the build from one machine to the other machine
3.grep- to find the patterns of files or contents of the files
4.cp- to cpy a file
5.mv- to rename a file
6.vi commands - to update the files
3.cat -to creat or view files
7.ps -ef |grep pID- to get process name
9.kill -9 pID - to kill a process
10.find- to find files
11.alias- to create shorcuts for paths
You might check this link
http://creativebrother.freehosting.net/q...
As to batch processes its much the same as any other system. Create a batch file (unix shell script file) with all of the commands in it and run it. Or automate it into the AT system (on unix its called cron)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment