Skip to content

Tag Archives: linux-command

A Shell script is a plain text file. This file contains different commands for step-by-step execution. These commands can be written directly into the command… Read More
In the Linux system, you have a command base64. This helps you to convert text into base64 encoding but how can you change multiple lines… Read More
In this article, let us learn about different commands used in Linux for filtering text to implement effective file operations on Linux Machines. What is… Read More
Systemd is the new init framework, beginning with Fedora and presently embraced in numerous circulations like RedHat, Suse, and Centos. All things considered, the vast… Read More
In this article, we will discuss the Linux command lines for TCP variables. Find default TCP used in the Linux Checking the default TCP in… Read More
slocate command in Linux is used to find the files in your system. This is a secure version of the Linux command locate which is… Read More
The umask command in Linux is used to set default permissions for files or directories the user creates. How does the umask command work? The… Read More
Everyone likes to have a copy of the disk drive to have a chance to recover. Even If you don’t want a copy now –… Read More
ccat is a command-line tool for Linux and OSX, which is similar to the cat command in Linux. But the difference between cat and ccat… Read More
as command is the portable GNU assembler in Linux. Using as command, we can read and assemble a source file. The main purpose of ‘as‘… Read More
The stat is a  command which gives information about the file and filesystem. Stat command gives information such as the size of the file, access… Read More
in this article, we will discuss how to copy a file to multiple directories in Linux. xargs, find, tee, shell loop, and parallel are the… Read More
In Linux, everything is considered as a file. In UNIX, seven standard file types are regular, directory, symbolic link, FIFO special, block special, character special,… Read More
If you also don’t like to read the whole man page for simple commands and search the command options into the big man page, then… Read More
For security reasons, you must frequently change the password of accounts on the system. In this article, we are going to see how can we… Read More

Start Your Coding Journey Now!