How will you copy a file from one machine to other?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the slow execution speed of shells?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
determine the output of the following command: echo ${new:-variable}
What is the command to find out users on the system?
give me some website where i can get unix and testing meterials
How will you print the login names of all users on a system?
Calculate a real number calculation directly from the terminal and not any shell script.
Is scripting and coding the same thing?
What are the different commands available to check the disk usage?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What is sudo command?
Explain about the exit command?