Methods of payment Abuse

Commands — Page 3

07.08.2023
What does chmod do

The chmod command in the Linux operating system and other UNIX-like systems is used to change access rights to files and directories. Access rights determine which operations are allowed for a particular file or directory, such as reading, writing,

06.08.2023
MC team - what tasks does it solve?

The mc (Midnight Commander) command is a command-line text file manager that provides a convenient way to manage files and directories on the server.

04.08.2023
Linux commands for working with files

Linux File Management commands allow you to manipulate and manage files and folders in the Linux operating system. Different teams provide a variety of functionality that is often used in system administration, software development, and daily file

31.07.2023
Linux terminal commands. Part 1

Terminal commands in Linux are commands that can be entered into the command line interface to interact with the Linux operating system. They allow the user to perform various operations, such as moving through the file system, creating and deleting

03.05.2023
Search for files by content in Linux: ack and ripgrep

Using file search by content in Linux allows you to significantly reduce the time and effort when searching for specific information in large and complex file systems.

14.12.2021
CHGRP LINUX command

Often when working in Linux, users rarely think about who owns a file. When it comes to running a server, however, the situation changes. To increase security, the server gets its own user. It is not uncommon for servers to use the same group, like

26.11.2021
The more command in Linux

The more utility is suitable for page-by-page viewing of files in the Linux terminal. It owes its name to more, which appears at the bottom of each page. The more linux command is one of the most primitive commands for working with text. Its closest

26.11.2021
How the ping command works

Surely you have faced a situation when the Internet on your computer suddenly breaks, such behavior can be observed when using ADSL modems, long distance Wifi, GSM and other similar unreliable technologies. You can quickly find out if your computer

26.11.2021
What Less means in Linux

The less command allows you to rewind the text not only forward but also backward, search in both directions, go straight to the end or the beginning of the file. The peculiarity of less is that the command does not read the text completely, but

17.11.2021
Du command in Linux

In some cases you may need to see how much space files occupy in a certain folder and find the largest files to delete. There are several tools to solve these tasks, but the simplest of them is the du utility. It allows you to display the size of