Methods of payment Abuse
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

14.11.2021
What the stat command does in Linux

Each file and folder in the file system has a so-called Inode structure where the metadata of this object is stored. It stores the owner, owner group, time of modification, creation and access to the file, as well as other information. It can be

20.03.2021
What the pwd command does in Linux

This is a very simple utility that allows you to display the path to the current folder in the terminal. At startup each program gets the current folder, where all operations with files of this program will take place, if no other path is specified.