Answer Posted / abhijeet chavan (cts)
The first line in the shell script should be modified as:
#!/usr/bin/<ksh|sh|bash|csh>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does echo mean in scripting?
What are the different commands available to check the disk usage?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
Write a script to print the first 10 elements of fibonacci series.
What is scripting used for?
Explain about "s" permission bit in a file?
What are the zombie processes?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Explain about debugging?
What is shell variable?
How to use arguments in a script?
shell script for reverse the string
What is the way to do multilevel if-else's in shell scripting?