How can we find the process name from its process id?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

write a non recursive shell script that accepts any number of arguments and prints them in the reverse order

3 Answers  


How to include comments in your shell scripts?

3 Answers  


What is gui scripting?

0 Answers  


RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same

1 Answers   Tech Mahindra,


How would you compare the strings in a shell script?

0 Answers  






What is the use of echo in shell script?

0 Answers  


How to check if a directory exists?

0 Answers  


What is a scripting language simple definition?

0 Answers  


What does $$ mean in shell script?

0 Answers  


Is shell scripting difficult?

0 Answers  


whta is the use of "exec" command?

1 Answers  


Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"

4 Answers  


Categories