Answer Posted / nick
The Bourne shell is the original Unix shell (command
execution program, often called a command interpreter) that
was developed at AT&T.Bourne Again Shell (bash) is the free
version of the Bourne shell distributed with Linux systems.
Bash is similar to the original, but has added features such
as command line editing. Its name is sometimes spelled as
Bourne Again SHell.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is cat command in linux?
What is a simple command?
Explain command grouping in linux?
What is ulimit in linux?
What is git command?
What is ll command in unix?
What is the difference between find and locate command in linux?
What happens to hard link when file is deleted?
How do you create a file?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is ps command in linux?
Explain getopts command of linux?
How lilo is useful in linux?
Describe the mknod command and when you’d use it.
What is env command in linux?