Blogs



Linux tree Command
Linux tree Command

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

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 नहीं किया जा...

Linux cat command Example | Linux print file content on terminal
Linux cat command Example | Linux print file content on terminal

cat command का use files (file content) को concatenate करके standard output पर print करता है।

Linux Write to a File in Bash
Linux Write to a File in Bash

Bash में file को read और write करने के कई तरीके हैं। सबसे easy तरीका है ">" और ">>" का use करके file में write करना। ">" और ">>" का use करके आप Lin...

Linux touch command
Linux touch command

Linux में touch command operating system के लिए एक standard program है, जिसका use करके file के timestamp create , change और modify करने के लिए किया...

Linux ls command and it's options
Linux ls command and it's options

Linux में ls command का use directories या directory contents को list करने के लिए किया जाता है। By default यह सभी visible files और directory को lis...

Linux uname command Example | Linux get OS Info
Linux uname command Example | Linux get OS Info

linux में uname command का use system information को print करने के लिए किया जाता है। uname के साथ कई commands होती है जैसे uname --kernel-name, un...

Linux Basic Commands With Examples In Hindi - Part 1
Linux Basic Commands With Examples In Hindi - Part 1

linux commands को linux shell में execute करते हैं , basically shell एक program है जो users से command receive करता है और इसे OS को process करने के...

What is Linux In Hindi
What is Linux In Hindi

Linux कोई Operating System नहीं है। यह एक सिर्फ एक Kernel है जो कि GNU (GNU's Not Unix ) के साथ मिलकर Operating System बनता है।

Linux chmod File Permission
Linux chmod File Permission

Files की ownership और permissions का concept Linux ने UNIX और MINUX से inherit किया है । Linux में normally 3 types के users होते हैं जिनके लिए हम ...