The 10 most commonly used Linux commands and how to use them – Part2

Here are 10 more commonly used Linux commands with three examples of each command: 1. chmod The “chmod” command stands for “change mode” and is used to change the permissions of files and directories. Examples: chmod 755 file.txt – Changes the permissions of the file “file.txt” to rwxr-xr-x. chmod u+x file.txt – Adds the user the […]

Read More

The 10 most commonly used Linux commands and how to use them – Part1

Linux is an operating system that is preferred by many professionals and developers due to its security, performance and powerful command line. It is important to be familiar with the common Linux commands in order to work more effectively. This article introduces the most commonly used Linux commands and gives three examples of each command. 1. cd The “cd” command […]

Read More