In this post I will cover basic command used in Linux.
Background:
I have tested many distribution, like Fedora, Kali, Ubuntu, Mint. Currently I use Kubuntu, because it fullfill my needs. Most efficient way of using Linux is CLI(command-line interface). For me at this moment easier is to GUI to use Linux. But usage of CLI is much efficient. My goal is to learn Vim till end of Year( at least at basic level). Mainly used (Maybe most popular) for scripting is used bash programing language. Advantage of Bash scripting programig is Automation, Portability, Flexibilty and Accessibilty.
Bash programing language belong to shell environment. To check list of avaiable shell in Your laptop, is run command "ps":
When we confirmed, we will used bash.
To check date we can use command date.
:To confirm in which file directory, I am run command pwd.
No comments:
Post a Comment