Blogs



Linux sort Command Examples | Sort files or directory in Linux
Linux sort Command Examples | Sort files or directory in Linux

Linux में sort Command का use files को sort करने में , या file content को किसी particular order में arrange करने के लिए किया जाता है। By default so... Learn more

wc Command In Linux | Linux count characters in line or file
wc Command In Linux | Linux count characters in line or file

Linux में wc command का use किसी file में words / line व characters count करने के लिए किया जाता है। हालाँकि इसमें और भी options होते हैं जिन्हे आप ... Learn more

seq Command In Linux
seq Command In Linux

Linux में seq command का use sequence में numbers को print करने के लिए किया जाता है। numbers हमेशा incremented order में ही print होते हैं , हालाँक... Learn more

Linux traceroute Command : traceroute Command In Linux
Linux traceroute Command : traceroute Command In Linux

Linux में traceroute command का use किसी IP network से लिए गए सभी route packet को track करने के लिए किया जाता है। मतलब traceroute command किसी pack... Learn more

Linux netstat Command : Linux Networking
Linux netstat Command : Linux Networking

netstat command की full form network statistics है यह एक networking tool जिसका use troubleshooting , configuration और किसी network पर connections क... Learn more

Linux Create Users : How To Create Users In Linux
Linux Create Users : How To Create Users In Linux

Linux एक multi-user system है जिसका मतलब है same time पर एक से ज्यादा users same system से interact कर सकते हैं। Linux में किसी new user को add करन... Learn more

Linux mv Command
Linux mv Command

Linux में use होने वाली mv command बहुत ही common but important command है। अगर आप Linux के बारे में ज्यादा नहीं जानते हैं तब भी आपने कही न कहीं इस... Learn more

Linux Create And Remove Directory
Linux Create And Remove Directory

Linux में mkdir और rmdir command का use directories को create और remove करने के लिए किया जाता है। Learn more

Linux tree Command
Linux tree Command

Linux में tree command , file structure को traverses करके tree like format में files और directories को list करता है। यह काफी useful command है अगर ... Learn more

Linux rm Command Example | Remove file / directory In Linux
Linux rm Command Example | Remove file / directory In Linux

rm command का main purpose files और directories को remove करना है। इस command का use करके remove की गयी files और directories को undone नहीं किया जा... Learn more