What is /bin/dash? I noticed that the default system shell /bin/sh was changed to /bin/dash. Why was this change made?
{ 3 comments }
What is /bin/dash? I noticed that the default system shell /bin/sh was changed to /bin/dash. Why was this change made?
{ 3 comments }
Q. I’ve migrated from Windows NT to Linux workstation. Most documents refer to a command line shell. Can you explain me command line shell? A. A shell allows you to type the commands such as date or clear. There are many shell available. BASH (bourne again shell) is default shell for most Linux distributions. It [...]
{ 2 comments }
Q. How do I change the color of my shell prompt under Linux ? A. You can change the color of your shell prompt to impress your friend or to make your own life quite easy while working at command prompt. In the Linux default shell is BASH. Your current prompt setting is stored in [...]
{ 44 comments }
Q. How do I view command line history? I am using Cent OS Linux system.
{ 11 comments }