Commands — Page 2

Using outdated commands is not uncommon among Linux users. For instance, you might have learned about a utility many years ago from a tutorial or manual and continued using it out of habit, even though a more modern and convenient alternative exists.

In this article, we will discuss such deprecated Linux commands. Some of these commands can still be found in your OS because distributions sometimes keep them for backward compatibility or create new implementations under old names.

Netcat is a console command used for diagnostics, debugging, creating, and listening to network connections. Here's a brief and clear guide on how to use this utility.

04.11.2024
10 493
Knowledge base / Commands
Using RSYNC utility on VPS

rsync is a powerful file synchronization and transfer utility that is often used on servers, including virtual private servers (VPS). It allows you to efficiently copy and synchronize files and directories between local and remote systems.

29.08.2024
69 801
Knowledge base / Commands
What the NC command is for in Linux

The netcat command is necessary for sending and receiving data using TCP and UDP protocols. It does not have a large set of functions, but it is sufficient for checking the connection and simple debugging. How to communicate through the TCP protocol? This question is asked by many users.

29.08.2024
2 869
Knowledge base / Commands
Cowthink program on Linux

Cowthink does the same thing as Cowsay, but outputs a drawing of a cow and its message in the field of thinking, not in speech. That is, the drawing of the cow will be inside the cloud of thoughts, as if saying that the cow is thinking or thinking about the message.

09.07.2024
83 916
Knowledge base / Commands
The cd command to change a directory

The cd command in Linux is a basic tool for working with files and directories via the command line. It allows you to quickly move between directories, making it easy to navigate the file system. Learn how to use cd effectively to speed up tasks and master the basics of working in the terminal.

03.12.2023
6 841
Knowledge base / Commands
Purpose of the mv command

The mv(move) command in the Linux/Unix operating system is used to move or rename files and directories. It allows you to move files from one directory to another, and to rename files and directories in the current directory or in another directory.

27.11.2023
21 749
Knowledge base / Commands
The touch command on Linux

The touch command in Linux is used to create new files or change the time of the last modification of existing files.

23.11.2023
7 200
Knowledge base / Commands
Man utility: functions and installation

The man(manual ) utility is a command utility in the Unix operating system and its derivatives that gives the user access to manuals for using various commands and programs installed on the system.

19.10.2023
6 040
Knowledge base / Commands
Purpose of the W utility in Linux

The W utility in Linux is a command line utility that allows you to view information about current system users and their activity.