Answer Posted / nitasha
PS1
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is another name for a bash shell script that you might see?
What is the command to find out users on the system?
Why do we write bin bash in shell scripts?
What is the conditional statement in shell scripting?
What is console line?
What is echo $shell?
How will you copy a file from one machine to other?
What is an sh file?
What are the default permissions of a file when it is created?
How to get the first line from a file using just the terminal?
how will you find the total disk space used by a specific user?
Is bash an operating system?
What are the advantages of using shell scripts?
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.
What is meant by $1 in shell script?