Posts

Showing posts with the label learn linux

Linux Commnads for Beginners: Basic linux commnads

Image
The goal of this article is to help introduce new users to the basic linux commands. After reading this article you will have an understanding of how the Linux system is structured, where files and directories are located making it easier for you to navigate around, giving you a better idea of how your systems works. We'll then move on to some basic Linux navigation, copy, showing your files and directories, etc.Whether you're new to Linux or are looking into getting some type of certificate, you'll need to have some basic knowledge of the Shell, the Kernel, the Terminal, and FHS, among others. There's actually quite a bit of other things you'll need to know, but let's start with the basics. The Kernel The Kernel is what controls everything on a system; think of it as the heart of Linux. It performs tasks that create and maintain the Linux environment. The Kernel receives instructions from the shell and engages the appropriate hardware (processors, memory, disks...

Linux Distributions

Image
If you’ve heard anything at all about Linux, you’ve probably heard of Linux distributions – often shortened to “Linux distros.” When deciding to use Linux – on a desktop computer or server – you’ll first need to choose a distro. For many people, Ubuntu has become synonymous with Linux. But Ubuntu is one of many distros, and you have a lot of choice when it comes to Linux. What Is a Linux Distro, Anyway? Linux works differently. The Linux operating system isn’t produced by a single organization. Different organizations and people work on different parts. There’s the Linux kernel (the core of the operating system), the GNU shell utilities (the terminal interface and many of the commands you use), the X server (which produces a graphical desktop), the desktop environment (which runs on the X server to provide a graphical desktop), and more. System services, graphical programs, terminal commands – many are developed independently from another. They’re all open-source software distributed i...