Blogs



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 करता है। Learn more

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

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

Linux touch command
Linux touch command

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

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... Learn more

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... Learn more

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 करने के... Learn more

What is Linux In Hindi
What is Linux In Hindi

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

Linux chmod File Permission
Linux chmod File Permission

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