Answer Posted / supreetha
kill -9
--> sends termination signal to the process
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How will you copy a file from one machine to other?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is the significance of $#?
shell script for reverse the string
How to get script name inside a script?
Explain how you Automate your application using Shell scripting.
What does $1 mean in bash?
How to get the 3rd element/column from each line from a file?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
How would you compare the strings in a shell script?
How does ls command work?
Is shell and terminal the same?
Can you write a script to portray how set –x works?
Calculate a real number calculation directly from the terminal and not any shell script.
Is powershell a language?