Linux

Articles on Linux OS

Move file linux

Introduction To move a file or directory using the Linux command line, you can use the mv command.The mv command allows you to move files from one directory to another and it has several options that will surely come in handy for you. In this post we will start by describing the syntax of the …

Move file linux Read More »

Copy file linux

Introduction To copy a file from one directory to another in Linux, use the cp command.The cp command really has a lot of parameters which makes it really useful in all situations. This post will show you how you can use the cp command to copy a file using only the Linux command line.Furthermore, it …

Copy file linux Read More »

Rename file linux

Introduction To rename a file from the Linux command line you can use the mv command. You have surely happened to be working on a Linux system and need to rename a file using the command line.In this post we will see how you can use the Linux mv command to rename a file. The …

Rename file linux Read More »

Create file linux

Introduction To create a file in Linux you can use different ways, in particular in this post we will see how to do it using the touch command or the nano and vim editor. Don’t worry if you don’t know these tools, in each section you will find simple explanations full of examples.The nice thing …

Create file linux Read More »

Find text in file linux

Introduction How many times have you wondered how to find text in a file using the linux command line? In this article you will find all the answers you are looking for! We will see how to use the grep command to search for a text within a file or directory.Don’t worry, the post will …

Find text in file linux Read More »

Delete directory linux

Introduction Are you wondering if it is possible to delete a directory using the linux command line directly? You are in the right place! This tutorial will show you how to delete a directory using the rm command.Since this command has several options, we will also see the most common and useful ones. For this …

Delete directory linux Read More »

Create directory linux

Introduction Are you wondering if it is possible to create a new directory using the linux command line directly? You are in the right place! This tutorial will show you how to create a new directory using the mkdir command.Since this command has several options, we will also see the most common and useful ones. …

Create directory linux Read More »

Linux ls command

Introduction The Linux ls command is one of the basic commands and it is used to list information about files and sub-directories of the working directory (by default).While this command is pretty simple to use, this post tells you how to best use all of its parameters. Linux ls command The ls command allows you …

Linux ls command Read More »

Linux cd command

Introduction The Linux cd command is one of the basic commands and allows you to change directory.While this command is pretty simple to use, this post tells you how to best use all of its parameters. In the next sections we will start to describe the difference between absolute and relative path and then we …

Linux cd command Read More »