Commands

Ufw Firewall Allow SSH

Ufw Firewall Allow SSH

The ufw service can be allowed on SSH for a specific IP address, subnet, port number, and connection, as done in this article.

Command Line Arguments in Linux

Command Line Arguments in Linux

Command-line arguments are parameters passed to a script while executing them in the bash shell, and their uses are discussed in detail throughout this article.

How to Use fg Command in Linux

How to use fg Command in Linux?

To use the fg command in Linux, follow the general syntax “fg [Job]”. You can use different symbols to bring the jobs into the foreground in Linux.

top Command in Linux Explained

top Command in Linux | Explained

The top is the built-in utility of the Linux operating system for displaying the processes of the processor activities and the Kernel tasks.

Linux | ping Command

Linux | ping Command

In Linux, the ping command is used to troubleshoot networks, including the local machine network. The ping command comes preinstalled on Linux.

How to Use Linux Telnet Command

How to Use Linux Telnet Command?

Linux and most of its distributions offer the “telnet” command that connects the machines remotely. However, it is the old Linux command line utility.

What Exactly Does tar xvf Do?

What Exactly Does tar xvf Do?

The tar command compresses and extracts the files/directories. The tar xvf is used to extract the contents of the archive file with its verbose.

What Does ls -l Command Do in Linux

What Does ls -l Command Do in Linux?

Discover the capabilities of the ‘ls -l’ command in Linux. Learn how to list and sort files and directories in different ways with this powerful command.

Sort “du” Command by Size

Sort “du” Command by Size

Sort output from largest to smallest by a combination of “du” and “sort” commands with the “h” option. It displays output in a human-readable format.

set Command in Linux | Explained

set Command in Linux | Explained

Master the power of the set command in Linux with our comprehensive guide and learn how to set and unset shell variables and control script behavior.

Linux more Command With Examples

Linux more Command With Examples

Linux offers a “more” command that allows you to view the contents of a text file or output one page at a time. The syntax with multiple examples is given here.

Linux ls Command File Size Formatting

Linux ls Command File Size Formatting

In Linux, the “ls” command works with “-l” and “-h” options to display the list of file sizes in a long and human-readable format, respectively.

How to Use Linux Chage Command

How do I Use Linux chage Command

In Linux, the “chage” is a built-in utility used to manage the user’s accounts, such as setting the password expiry, password inactive, warnings, etc.

fdisk Command in Linux Explained

fdisk Command in Linux | Explained

Linux offers the “fdisk” command to create, delete, and modify the partition in the system. It requires the name of a hard disk to display information.

Linux Export Command with Examples

Linux export Command With Examples

Linux and its distributions offer the built-in command line utility “export” that is used for exporting the environment variables and functions.

How to Use Linux Chrt Command

How to Use Linux chrt Command?

Linux “chrt” command is used to change the scheduling attributes of a specified process dynamically. Moreover, the user can also change the scheduling priority.

source ~/.bashrc | Explained

source ~/.bashrc | Explained

The “source ~/.bashrc” command in Linux is used to update or refresh the changes made in the bashrc file to be applicable in shells permanently.

umask Command in Linux Explained

umask Command in Linux | Explained

In Linux, the umask command is a utility to change the privileges of the files and directories. Users can change the umask value to change the permission.

Df command in Linux

df Command in Linux | Explained

Learn how to use the powerful “df” command in Linux to check disk usage and monitor filesystems. Boost your command line skills with our easy-to-follow guide.

How to run SSH command and exit

How to Run SSH Command and exit?

To run the SSH command for executing different commands in the remote machine, enter the remote machine’s shell with “ssh user@ip_address”.

Apache Commands You Should Know

Apache Commands You Should Know

In Linux, various commands are used for apache services, such as starting, restarting, stopping, testing configuration, virtual host, etc.

Linux ulimit Command

Linux ulimit Command | Explained

The ulimit command is generally used to list down the resource limit occupied by the specific user. These limits are of two types “Hard” and “Soft”.

Linux Curl Command with Examples

Linux curl Command With Examples

The “curl” command utility to download or transfer the file from or to the server. Most of the Linux distro is equipped with this utility by default.

type Command in Linux Explained-01

type Command in Linux | Explained

In Linux, the “type” command tells the type of the specified Linux command in the terminal. In addition, it also displays the “absolute path” of Linux commands.

Locate Command in Linux Explained

locate Command in Linux | Explained

Quickly find any file or directory on your Linux system with the powerful “locate” command. Different options have also been discussed in the article.

chattr Command in Linux Explained

chattr Command in Linux | Explained

In Linux, the “chattr” command is utilized to change the existing attributes of a file such as “i” for immutable, “a” append mode via “+”, “-” operators.

Linux Which Command

Linux which Command | Explained

The “which” command in Linux is used to locate a command by searching for it in the directories listed in the PATH environment variable.

printf Command in Bash Explained

printf Command in Bash | Explained

The bash printf command in Linux prints the output with specific formatting using backslash-escaped characters, conversion or format, and width specifiers.

pstree Command in Linux Explained

pstree Command in Linux | Explained

The “pstree” command shows the currently running processes of a system in a tree structure. It offers a variety of options to display the output.

Modprobe Command in Linux Explained

modprobe Command in Linux | Explained

Learn how to use the powerful modprobe command in Linux to manage your kernel modules and improve your system’s performance and security through this article.

lsmod Command in Linux Explained

lsmod Command in Linux | Explained

The “lsmod” command reads the “/proc/modules” files as input and displays the currently loaded kernel modules in an organized format.

history Command in Linux Explained

history Command in Linux | Explained

The “history” command is available in almost all Linux distributions. It provides a list of all the typed and executed commands on the entire system.

Cut Command in Linux Explained

cut command in Linux | Explained

The cut command extracts specific fields or columns from a file or standard input in Linux. Read this article for information regarding this command.

unlink Command in Linux Explained

unlink Command in Linux | Explained

In Linux, the “unlink” command removes the file and link after accessing the required directory. It is useful to remove unnecessary files from the system.

Pushd and Popd Commands in Linux

Pushd and Popd Commands in Linux

The “pushd” command stores a directory path in the directory stack, while the “popd” command removes the top directory path from the same stack.

Linux head Command

Linux head Command | Explained

In Linux, the head command displays the first ten lines from the file’s content. The output of the head command depends upon the various options described here.

Dmesg Command in Linux Explained

dmesg Command in Linux | Explained

In Linux, the dmesg command is a utility to display the Kernel messages related to the Kernel operations, which can be used with different options.

rename Command in Linux Explained

rename Command in Linux | Explained

In Linux, rename command is a utility that replaces any file name with your desired file name. For this command, there are various options available.

grep Command in Linux

grep Command in Linux | Explained

In Linux, the grep command is utilized to highlight (shows the match) the specific word, character, or string after searching the entire content in a file.

Sysctl Command in Linux Explained

sysctl Command in Linux | Explained

The sysctl command allows the user to modify the kernel parameters on the Linux system at runtime. You should only do that if you are fully aware.

Pgrep Command in Linux Explained

pgrep Command in Linux | Explained

In Linux, the pgrep command allows you to find the PID of a process, which can be useful for terminating the process or sending it a signal.

How to Use uniq Command in Linux

How to Use uniq Command in Linux?

The uniq command is mainly used to sort the data and remove the repetitive lines to avoid any ambiguity. More details are mentioned in the article.

free Command in Linux Explained

free Command in Linux | Explained

In Linux, the main objective of the “free” command is to provide the summary of used and unused memory of both physical and swap memory.

pkill Linux Command Explained

pkill Linux Command | Explained

The “pkill” command kills the execution of currently active processes in linux such as “-f” (full process name), “-o” (oldest process), “-n”(newest process).

Less Command in Linux Explained

less Command in Linux | Explained

In Linux and its distributions, the “less” command helps get the content of the file in an organized way. Read out this post to learn more.

Cal command in LinuxExplained

cal Linux Command | Explained

The “cal” command displays the current/specific month and year calendar. To execute this command, install the “ncal” (new calendar) package in Linux.

Chown Command in Linux

Chown Command in Linux | Explained

The Linux “chown” command changes the ownership of files, directories, or groups. The file ownership is changed using the “sudo chown owner filename” command.