Commands

Ps Command in Linux Explained

ps Command in Linux | Explained

The ps command in linux is used to display all the running processes in the terminal. Detailed information about the processes will be displayed.

pwd Command in Linux | Explained

pwd Command in Linux | Explained

In Linux, the pwd command prints out the directory you are currently working on and provides an exact path from the root to the current directory.

diff Command in Linux | Explained

diff Command in Linux | Explained

The diff command is used to make the comparison between two files comparing their every line. The diff command comes pre-installed in Linux distributions

How to Use nohup Command in Linux

How to Use nohup Command in Linux?

In Linux, the nohup (no hang up) command runs the processes in the foreground and background even after the user is logged out of the shell or terminal

wc Command in Linux Explained

wc Command in Linux | Explained

In Linux/UNIX, the wc command counts the words, number of lines, Characters, maximum characters in a line, and size in bytes for the files.

hwinfo Linux Command | Explained

hwinfo Linux Command | Explained

The hwinfo command is used to get information about the whole or the specific hardware component. Using hwinfo, the info can be copied in a restricted way.

timedatectl Linux Command Explained

timedatectl Linux Command | Explained

The “timedatectl” command can be used to display the system clock setting of the installed Linux system such as “Local time”, “Universal time”, “RTC time”, etc.

pipe-Linux-Command-Explained

pipe Linux Command | Explained

In Linux, the pipe command is used to combine two or more commands where the first command’s output is used as input to the next command

netcat Linux Command Explained

netcat Linux Command | Explained

In Linux, the netcat command is utilized to monitor the data across multiple devices within the network. This post has briefly explained the netcat command

How to Use sync Command in Linux

How to Use the sync Command in Linux?

The sync command syncs a user’s cache data and file systems to the permanent memory etc. This post offers the detailed usage of the sync command in Linux

Kill Command in Linux Explained

kill Command in Linux | Explained

The kill command is used to pass different signals in Linux to manage the behavior of the processes. In this blog, the kill command has been explained in detail.

Linux Time Command Explained

Linux time Command | Explained

Linux time command is used to get the execution time, including real-time consumed by the system, user mode time, and system mode time.

cp Command in Linux | Explained

cp Command in Linux | Explained

The cp command in Linux is used to copy files and directories from different source locations to the destination in the computer

cd Command in Linux | Explained

cd Command in Linux | Explained

The cd command in Linux is used to change the directory. We can change our directory to another directory, home directory, or directly to the root directory

su Command in Linux | Switch User

su Command in Linux | Switch User

su Command in Linux | Switch User
Excerpt: We can switch from one user account using the terminal instantly. To switch from another user account to the already logged-in user, we use the “su command”.

Ping command in Ubuntu 22.04

Ping command in Ubuntu 22.04

On Ubuntu 22.04 install the Ping command by executing “sudo apt install iputils-ping” on Ubuntu’s terminal and verify the installation by “which ping” command.

How to use jobs command in Linux

How to use jobs command in Linux

In Linux, the jobs command permits you to interact with the system jobs through the terminal directly. This command is also used to check the states of the jobs and list them with their detailed information. We have explained what jobs command is, its syntax, jobs states, and jobs command options, and its usage in Linux. Also, the procedure of starting a job, running it in the background, then moving it to the foreground is provided in this article.

explain-use-tee-command-examples

Linux | tee Command With Examples

In Linux, the tee command is used to read the standard output of any command and can store it in a new file. Read out this post to learn more about tee command.

export-command-linux-explained

Export command in Linux | Explained

The export command is one of the built-in commands of the bash shell which is used to export the environmental variables from the parent shell to the newly created child shell. In this write-up, we have discussed the export command and explained its utilization in Linux with the help of examples. We also explained the options used along with the export command.

delete-groups-groupdel-command-linux

How to delete groups with groupdel command in Linux

The groupdel command is used to delete the user group when is no more need of the group and also remove from the file /etc/group. This command doesn’t delete the configuration files related to the group but deletes all the entries and account files related to that group. In this article, we have discussed the usage of the groupdel command in Linux to delete the groups with the help of examples.

modify-groups-groupmod-command-linux

How to modify groups with the groupmod command in Linux

The groupmod command is used to modify the existing definitions of the groups in Linux which includes its name, GID, and password. This command can be used at any instant of time. There are different options that can be used with the groupmod command to implement these modifications. In this write-up, we have explained the usage of the groupmod command using its different options.

create-new-groups-groupadd-command-linux

How to create new groups with groupadd command in Linux

The groupadd command is used to create new groups in Linux, these users can assign specific permissions by granting the permissions to the groups. It is very useful in huge networks, where multiple users can be granted the same permissions by adding them to a single group. In this write-up, we have discussed the usage of the groupadd command in Linux for creating the groups. We have also explained the usage of its different options with the help of examples.

How to use screen command in Linux

How to use screen command in Linux

In Linux, using the screen command permits you to create a screen session and open as many virtual terminals as you like within that session. Even if you get disconnected or the screen session is not visible, the jobs or processes running on the screen will continue to perform the respective operations. This guide explains screen command, its syntax, installation method, and its usage in Linux. Also, the screen command options and shortcuts with descriptions are provided in this article.

top-twenty-five-vim-commands-for-linux

Top 25 Vim commands for Linux

VIM application is a top-notch text editor. It is a free and open-source text editor that runs on all major platforms with much functionality and support from the programming community. The VIM text editor also offers several useful commands that you should master to get the most out of it. In this article, we explain top 25 most significant vim editor commands.

all-basic-selinux-commands-you-need-to-know

All Basic SELINUX Commands You Need to Know

SELinux (Security Enhanced Linux) is a security protocol for Linux administrators that allows them to acquire more control. The SELinux protocol allows them to enforce the resource policies that represents how much access a program or any user do have. This SELinux is supported by several commands that automates the task of an administrator. In this article, we explain and execution of all basic SELinux commands that a regular user may need to know.

Linux Perf command

Linux Perf command

Perf is a lightweight CPU profiling command-line utility that monitors program events and examines CPU performance. The perf command may record CPU performance counters and trace points and is used as a major interface to the Linux kernel’s performance monitoring features. The perf tool helps you improve your system by revealing which applications take the longest to execute. In this article, we explain what Linux perf command is and how you can use it.

How to Find your IP Address in Linux

How to Find IP Address in Linux

Don’t know to find out the IP address in Linux? No worries! This post will demonstrate how you can find your IP address using Linux commands and the GUI method. Moreover, the procedure of checking your public IP address will also be provided to you. So, let’s start!

How to Use the nmap Command

How to Use the nmap Command

Nmap is a famously used command for scanning and maintaining the network. It helps the network administrator for securing and managing their networks.

Understanding Linux File Permissions

Understanding Linux File Permissions

As Linux is a multi-user system, it allows more than one user to have access to the system at the same time if it’s attached to a network or the internet. Remote users can login via ssh (secure shell) and operate the computer.
In such a multi-user environment, it’s necessary to ensure operational accuracy to users. So that the actions of one user could not be allowed to crash the system, nor could one user interfere with the files belonging to another user.

Linux ifconfig Command

Linux ifconfig Command

In this article we learned about the “ifconfig” command in Linux along with how to install and use it. Users can view and modify various network interfaces using it. Although it’s replaced by the “ip” command still, it’s useful due to various reasons, one of them being it’s simpler syntax.