#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
Just understand :) The -w option in the grep command in Linux stands for "whole word" and it tells grep to only match lines that contain the entire...
In Linux, a service is a program that runs in the background and provides some functionality to the system or other programs. The service section in...
What is sed command? The sed command is a text editor in Linux that is used to modify text files. It stands for "stream editor". It takes input from...
rsync command rsync is a command-line utility in Unix/Linux systems that allows you to synchronize files and directories between different locations....
Just a reminder: scp (server copy) command always run from the local environment. Copying from local to server : sudo scp -i example.pem <source>...