In Unix,what commands(shell) does a QA Tester interacts with and in which situations ..Example?

Questions by myquery   answers by myquery

Showing Answers 1 - 3 of 3 Answers

Roopa.V

  • Feb 20th, 2007
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions