{"id":487,"date":"2017-09-16T07:07:47","date_gmt":"2017-09-16T07:07:47","guid":{"rendered":"http:\/\/mansainfotech.com\/blog\/?p=487"},"modified":"2017-09-16T07:07:47","modified_gmt":"2017-09-16T07:07:47","slug":"getting-to-know-one-of-the-most-popular-unix-os-linux","status":"publish","type":"post","link":"https:\/\/mansainfotech.com\/blog\/getting-to-know-one-of-the-most-popular-unix-os-linux\/","title":{"rendered":"Getting To Know One Of The Most Popular UNIX OS \u2013 LINUX!"},"content":{"rendered":"<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">You might be using many popular operating systems like Apple, Windows but here we will pick \u2018Linux\u2019 &#8211; what it is and what benefits it offer over other OS. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">So, Let\u2019s get started.<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>Linux \u2013 What and Who?<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Linux is an operating system or kernel. It\u2019s idea was given by young &amp; bright Linus Torvalds when he was computer science student. In those days, he used to work on UNIX OS and thought of improving it. His suggestions were rejected, so, he decided to launch an OS with modifications suggested by its users.<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Linus devised it and named \u2018Linux\u2019 around 1991. Now, he needed programs which can run on it. The time passed and he started collaborating with other programmers which gave rise to Linux \u2013 one of the most love and open source OS options available today!<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>What is Linux Distribution?<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Linux is free to use kernel for programmers, profit and non-profit organizations. They exploit Linux for creating Operating system to satisfy their individual requirements. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Many organizations keep Linux OS private and many other make variations of Linux available to public. These types\/versions\/kinds of Linux OS are called as <\/span><span style=\"font-size: medium;\"><b>Distributions.<\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\"><b>Hundreds of distributions are available today (also called Linux Distro) &#8211; <\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Arch<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">CentOS<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Debian<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Fedora<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">LinuxMint<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Ubuntu<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">But, naming, which is the best Linux Distribution is different as each one of them is made to suit different purposes. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\"><b>Also, There are various methods to install Linux in your system &#8211; <\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">USB stick<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Live CD<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Virtual Installation<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>Making a Big Switch&#8230;<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Here we discuss about things that get changed when you switch from Windows or Mac OS to Linux. Unlike Windows, where files are stored in folders under drives like C: D: etc, in Linux files are ordered in the hierarchy. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\"><b>Types of Files used in Linux &amp; Unix <\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">General files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Directory files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Device files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\"><b>3 Types of Users in Linux<\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Regular<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Root<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Service<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">And, the file convention used in Linux is case sensitive i.e. plain and PLAIN are 2 different files.<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>Linux File Management<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">You can either use CLI (Terminal) or GUI (File manager) for managing your files in Linux. Both have their relative advantages. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">For launching terminal, use dashboard or press shortcut key Ctrl+Alt+T. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\"><b>Various command used in Terminal File manager:<\/b><\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cd or cd ~ (for navigating to home directory)<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cd.. (moving one level up)<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cd (moving to particular directory)<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cd\/ (moving to root directory)<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>Must-Know Linux Commands<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">If you know the right command, then, managing files become easy. So, here are the list of commands that you must know: <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">ls, for listing files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">ls \u2013 R, for listing files in sub directories<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">ls \u2013 a, for listing hidden files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cat&gt;filename, for creating new file<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">cat filename, for displaying file content<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">sudo, allowing users to run program with security privileges of superuser or root<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">rm, for deleting files<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">man, gives help information<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">history, gives list of past commands<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">clear, clears terminal<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">mkdir, makes new directory<\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">mv, used to rename a directory<\/span><\/p>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\"><span style=\"font-size: medium;\"><b>Wrapping Up<\/b><\/span><\/p>\n<hr \/>\n<p class=\"western\" style=\"text-align: center;\" align=\"center\">\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">Thus, A Unix based Linux OS helps made all resources associated with your computer system \u2013 files, directories, etc. <\/span><\/p>\n<p class=\"western\" align=\"justify\"><span style=\"font-size: medium;\">It is free, open source and licensed under GPLv2. Hope, now, you\u2019ve got basic idea of Linux OS \u2013 what, why, how\u2019s&#8230;..!<\/span><\/p>\n<p class=\"western\" align=\"justify\">\n","protected":false},"excerpt":{"rendered":"<p>You might be using many popular operating systems like Apple, Windows but here we will pick \u2018Linux\u2019 &#8211; what it is and what benefits it offer over other OS. So, Let\u2019s get started. Linux \u2013 What and Who? Linux is an operating system or kernel. It\u2019s idea was given by &hellip; <a href=\"https:\/\/mansainfotech.com\/blog\/getting-to-know-one-of-the-most-popular-unix-os-linux\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Getting To Know One Of The Most Popular UNIX OS \u2013 LINUX!<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":488,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-487","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology-updates"],"_links":{"self":[{"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/posts\/487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=487"}],"version-history":[{"count":0,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/posts\/487\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/media\/488"}],"wp:attachment":[{"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mansainfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}