what is Bourne shell.
Answer / 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 |
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
Explain grep command.
What does umask 077 mean?
What is the difference between find and locate command in linux?
what is user mode & kernel mode?
How commands work in linux?
What command you execute to display the last five commands you have entered?
What can you type at a command line to determine which shell you are using?
What is clang tidy?
how is the possible the "last 10 files present in the current directory and stores them in the file list".
How you will uncompress the file?
How do I find my user id in linux?