linux basic commands
Title
Question
what is use of shell command?
Linux Basic-Commands 01-02 min 10-20 sec
Answers:
Using Shell, we can execute multiple commands in a single process.
In simple words, shell command is a program which is written by somebody else which you can use and it has a specific job to do.
If you want to see what commands you can run you can check that in '/bin' folder. Okay, there more folders where commands are stored (usr/bin/, ~/.local/bin/ etc) but this will give you an idea.
Login to add comment