How to move file in linux ?

How to move file in Linux ?


नमस्कार दोस्तों आज हम आपको इस पोस्ट में किसी File को Linux operating system में कैसे Move करते है यह बतायेंगे | ( How to move file in Linux )

मगर इससे पहले हम आपको Linux के बारे में थोड़ी जानकारी बता देते है | Linux क्या है और इसका उपयोग क्यों करना चाहिए | इसके फ्यादे क्या है | 


What is Linux ?

Linux एक operating system है | जैसे की Windows or Mac एक operating system है | ठीक Linux भी उसी प्रकार का operating system है | जैसा की आप सभी को पता होगा कि operating system वो software होता है जो कंप्यूटर/लैपटॉप से जुड़े hardware को manage करता है | इसका इस्तेमाल ना केवल कंप्यूटर/लैपटॉप में होता है , बल्कि smartphone से लेकर Car तक और supercomputer में भी इसका इस्तेमाल होता है | क्युकी यह एक Reliable source और Worry-free operating system है | Smartphone operating system एंड्राइड भी Linux के Base पर बना है | Linux में Internet से सम्बंधित सभी सुविधाए होती है | Linux में चलने वाले सभी प्रकार के software भी आजकल आसानी से Internet पर मिल जाते है जैसे :- Word processor , Spreadsheet , Presentation , Desktop Publishing , Image Processing Drawing और भी बहुत सारे Software आप Internet से Download कर सकते है | 

MUST READ:-

LINKS RELATED TO COMPUTER TIPS AND TRICKS :-





Why do we use Linux ?

यह एक निशुल्क software है | इसको इस्तेमाल करने के लिए आपको एक भी रुपये देने की जरुरत नहीं होती है | यदि आप अभी जो Operating system का इस्तेमाल कर रहे है | उसमे कभी भी Virus , Malware , Slow Down , Repair , Licensing fees की समस्या होती होगी | 

अगर ऐसी समस्या होती है और आप चाहते है कि यह ना हो | और आपका Personnel और Private data को ख़राब होने से बचा दे | तो इसके लिए Linux एक भरोशेमंद Operating system है | क्युकी ज्यादातर लोगो से सुनने को मिला है कि Linux सबसे भरोशेमंद/Reliable operating system है | ( How to move file in Linux )

The Most Popular Distributions/versions of Linux Operating system :-

1. Ubuntu Linux.

2. Linux Mint.

3. Arch Linux.

4. Deepin.

5. Fedora.

6. Debian.

7.openSUSE.

Features of Linux :-

a. यह एक Multi-user Operating system है |इसमें किसी भी समय एक से अधिक User काम कर सकते है | और अपने अपने प्रोग्राम चला सकते है | 

b. Linux Files को security देता है | यह अपने से जुड़े सभी user को एक अलग File Set Directory से जोड़ देता है | 

c. Linux पूरी  तरह से Virus से सुरक्षित है क्युकी सामान्य User इसके Main part KERNEL तक नहीं जा पाते है | 

d. Linux Operating system भी Windows की तरह Graphical User Interface (GUI) पर काम करता है | इसकी Window को X-Window कहा जाता है | इसमें भी Desktop , Icon ,Menu आदि सुविधाए होती है |

e. Linux में एक Apache नाम का एक Web Server program भी होता है | जिसमे Webpages तयार किया जाता है | यह आजकल सबसे अधिक लोकप्रिय Web Server है | 

f. Linux workstation या network में बेहतरीन performance देता है | 

g. Linux एक open-source operating system है | मतलब यह internet में Linux का Source Code मुफ्त में मिल जाता है | 

h. Linux operating system बहुत ही stable होता है | यह system कभी धीमा नहीं पड़ता है | 

Commands to move a file from one folder to another in Linux :-

यदि आप किसी folder के अन्दर किसी file को Move कराना चाहते है तो आपको निचे दिए गए Steps को follow करना होगा | 

$mv ( option ) Sourcefile destdir - command for moving file .

इसमें $mv move command है | 

Sourcefile का मतलब है किस file को आप Move कराना चाहते है | 

destdir का मतलब है किसी folder के अन्दर आप File को Move कराना चाहते है | 

Move करने के लिए आपको ( $mv ) command का इस्तेमाल करना है | 

ubuntu:~/test1$mv test1 test2 test3 ../test2 

यह लिखने के  बाद आपको Enterkey press कर देनी है | और यदि आपको देखना है कि किसी folder के अन्दर जो file आपने move करी थी वो है या नहीं | इसके लिए आपको यह command इस्तेमाल करने होंगे |
( How to move file in Linux )

ubuntu:~/test2$ls फिर आपको Enterkey press करनी होगी और आपको दिख जायेगा कि आपकी files move हो गयी है |  

इस तरह आप Linux में ( $mv ) command का इस्तेमाल कर File को Move कर सकते है | 

यदि आपको यह पोस्ट पसंद आई तो " LIKE " और "COMMENT" करना ना भूले |

No comments :

No comments :

Post a Comment

You Can Write Your Problem Here