16.4 C
Texas

SHOWING RESULTS FOR:

Copy file/folder Using cp Command in Linux

cp (copy) is a command in various Unix and Unix-like operating systems for copying files and directories. The command has three principal modes of...

How to use cat command in Linux

cat (concatenate) is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to...

How to edit files with vi or vim command

What is vim? Vim is a clone, with additions, of Bill Joy's vi text editor program for Unix. vi/vim used to edit or modify a...

How to Use lsof Command

lsof is a command meaning "list open files", which is used to report a list of all open files and the processes that opened...

Monitor Network with netstat command in Linux

netstat (network statistics) is a command-line network tool that displays network connections for Transmission Control Protocol (both incoming and outgoing). It is also monitor...

How to Use top Command in Linux

top (table of process) command allows users to monitor processes, CPU information and memory utilization in Linux. It is pre-installed on all linux distributions....

The Linux uptime command

The Linux terminal is one of the most versatile tools in the operating system. Many professionals use it every day to manage servers or...

How to use CURL command on Linux?

On our site, there are many tutorials that have helped you learn about Linux, but in them, there is a very particular command called...

Run Command as Other Users on Linux

In Linux, there are a number of situations where running a certain command as another user is necessary. It’s especially true in the professional/enterprise...

lsof Command on Linux

Linux is one of the most powerful platforms that offer the utmost control over your system. It comes up with a number of pre-installed...

Latest news