Describes Linux Operating System

ls Command Manual of Linux

Linux ls command The ls command is used to list directories and files. Without any options the basic ls command lists the visible directories and files in the current directory.…

Continue Reading ls Command Manual of Linux

Linux cd command example

Linux cd Command cd stands for Change Directory. It changes the current working directory. Syntax of cd command : $ cd <dirname> Example of cd command: This is an important…

Continue Reading Linux cd command example

How to Install Unijoy on Linux

To install Unijoy on Ubuntu, first open your terminal. Run the command below on your terminal: $ sudo apt-get install ibus-m17n m17n-db ibus-gtk m17n-contrib This is sudo command, so you've…

Continue Reading How to Install Unijoy on Linux

Distributions of Linux Operating System

The Linux ecosystem consists of a large family of open source Operating Systems. The are called Linux Distributions. These are deployable for both desktop and server use. Every linux distributions…

Continue Reading Distributions of Linux Operating System

What is Kernel?

Kernel is the central part of an operating systems. It manages the operations of the computer. The hardware most notably memory and CPU time.The kernel is the most fundamental part…

Continue Reading What is Kernel?

Linux Operating System

What is Linux? Linux is Simply an Operating System. It is open source. Linux is UNIX Clone But if you consider Portable Operating System Interface (POSIX) standards then Linux can…

Continue Reading Linux Operating System