LINUX MAN PAGES
This post will explain the use of man pages (also called manual pages) on your Unix or Linux computer. You
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
This post will explain the use of man pages (also called manual pages) on your Unix or Linux computer. You
Read moreThis post briefly explains the different licenses used for distributing operating systems software. about software licenses There are two predominant
Read moreThis post gives a short overview of current Linux distributions. A Linux distribution is a collection of (usually open source)
Read moreThis post briefly tells the history of Unix and where Linux fits in. 1969 All modern operating systems have
Read moreJonathan James Jonathan James was an American hacker. He is the first Juvenile who send to prison for cybercrime in
Read moreUse of Colon in Shell script Sometimes it is useful to have a command which does “nothing”. The : (colon)
Read moreUse of Semicolons in Shell Script Instead of being on separate lines, statements can be separated by a semicolon (;)
Read moreif Statement in Shell Script Simple form: if decision_command_1 then command_set_1 fi Example: if grep unix myfile >/dev/null then
Read morefor Loops in Shell Script for loops allow the repetition of a command for a specific set of values Syntax:
Read moreControl Statements in Shell script Without control statements, execution within a shell scripts flows from one statement to the next
Read more