working with files
In this post we learn how to recognise, create, remove, copy and move files using commands like file, touch, rm,
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.
In this post we learn how to recognise, create, remove, copy and move files using commands like file, touch, rm,
Read moreThis module is a brief overview of the most common commands to work with directories: pwd, cd, ls, mkdir and
Read moreThis 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 more