Sunday 19 April 2020

Basic Linux commands.


लाइनक्‍स का मुलभुत कमाणड क्‍या है----

Date Command
इस command से आप current time और date चेक कर सकते है |
Example – [ root@localhost ~]# date then enter


Cal Command
इस command से आपके सामने current month का calender display हो जायेगा |
Example – [ root@localhost ~]# cal then enter
Cal Command for specific month
अगर आपको specific किसी month का calender देखना हो तो आप cal command के साथ month और year दे दो | तब आपके सामने specific month का calender display होगा |
Example – [ root@localhost ~]# cal 8 2020  then enter

WHO Command
इस command से आप users की list देख सकते है की कितने users current time पर loggedin है |
Example – [ root@localhost ~]# who then enter

WHOAMI Command
इस command की हेल्प से आप current user name देख सकते है | जैसे आपने २ user create किये हुए है student और root. तब आपको display कर देगा की आप किस particular user पर work कर रहे हो |
Example – [ root@localhost ~]# whoami then enter

TTY Command
इस command की हेल्प से आप अपने system की terminal id देख सकते है |
Example – [ root@localhost ~]# tty then enter

CLEAN Command
इस command से आप current working terminal की screen को clean कर सकते है |
Example – [ root@localhost ~]# clean then enter


Exit command
अगर आप terminal से बाहर आना चाहते है मतलब exit करना चाहते है तब आप इस command का यूज़ करेंगे |
Example – [ root@localhost ~]# exit then enter

SU Command
अगर आप user को switch करना चाहते है मतलब आप अभी student user मैं है और आप root user मैं अपने को switch करना चाहते है तब आप इस command का यूज़ कर सकते है |
Example – [ student@localhost ~]# su – root  then enter
उसके बाद वो root का password पूछेगा आप password enter करते ही आप student user से root user मैं switch हो जायेंगे |

LS command
अगर आपको अपने system मैं files और directory देखनी है तब आप इस command का यूज़ कर सकते है |

Example – [ root@localhost ~]# ls  /boot/  then enter

CD command
इस command का यूज़ आप directory change करने मैं कर सकते है | ये command MSDOS जैसा work करती है |
Example – [ root@localhost ~]# cd /etc/sysconfig  then enter

PWD command
इस command से आप पता कर सकते है की आप presently किस directory मैं work कर रहे है |
Example – [ root@localhost ~]# pwd then enter

MKDIR command
इस command का यूज़ आप new directory create करने मैं यूज़ करेंगे |
Example – [ root@localhost ~]# mkdir abc then enter

CAT command
अगर आपको किसी file का content रीड करना और file को create करना है | ये दोनो work इस command से हो जायेंगे |
Example – [ root@localhost ~]# cat file1 then enter

TOUCH command
इस command से आप empty file create कर सकते है और उस file का last date और time भी change कर सकते है |
Example – [ root@localhost ~]# touch then enter

CP command
इस command से आप कोई भी file और directory को copy कर सकते है और आपकी file destination path पर copy हो जाएगी |
Example – [ root@localhost ~]# copy file1 document then enter

MV command
अगर आप किसी file को एक directory से दूसरी directory मैं move करनी है तब आप इस command का यूज़ कर सकते है | आप इस command से file का name भी change कर सकते है |
1 Example – [ root@localhost ~]# mv myfile.document then enter – इस command से आप file को move कर सकते है |
2. Example – [ root@localhost ~]# mv file1 myfile then enter – इस command से file का name change हो जायेगा |

2 comments:

  1. बहुत सुंदर जानकारी आपने दिया है और इसी तरह आप लाइनक्स के और अधिक इससे संबंधित जानकारी देते रहे।जिससे हमें computer के बारे में पता चले।

    ReplyDelete

Please Do Not Enter Any Spam Link in the comment Box.