Commands — Page 3

04.10.2023
9 610
Knowledge base / Commands
Linux parted command

The parted command in Linux is a command-line utility for working with partitions on a hard disk. It allows you to create, modify, delete and move partitions on the disk.

01.09.2023
5 619
Knowledge base / Commands
YES loop in Linux

A loop in Linux is a construct that allows a set of commands or actions to be repeated several times based on a certain condition. Loops are widely used to automate tasks and process data.

31.08.2023
26 947
Knowledge base / Commands
The cmatrix command

The cmatrix command is a software matrix effect that displays green symbols on your terminal that resemble scenes from the movie "The ".

27.08.2023
5 415
Knowledge base / Commands
Password aptitude

Paschalas in Linux (and other operating systems) are small hidden "surprises" or jokes that program or operating system developers include to entertain users. They can be in the form of hidden functions, commands, images, sounds, or messages. Paschalks have no real practical significance, but may add some game or entertainment component to the use of the programs or operating system.

24.08.2023
9 935
Knowledge base / Commands
The sl command in Linux

sl in Linux/Unix operating systems is an interesting and unusual command that serves to entertain and practice command line skills. When you type thesl command in the terminal, an animation of a train appears as it travels horizontally across the screen. This command is usually used to loosen up and give you a fun "pause" in your work with the terminal.

21.08.2023
5 919
Knowledge base / Commands
Team banner

The banner command is used to display a welcome message on a graphical terminal or console at system startup.

17.08.2023
6 142
Knowledge base / Commands
Team fortune

The fortune command is used to output a random quote or aphorism. It is often used to add some variety to normal terminal operations.

16.08.2023
33 959
Knowledge base / Commands
What the rm command is for

The rm command in Linux is designed to delete files and directories. It is a powerful tool that allows you to quickly clear the file system of both single files and entire directories, including their contents. Readers will learn how to use rm effectively and protect themselves from potential errors.

15.08.2023
26 486
Knowledge base / Commands
What the rmdir command does

The rmdir command in Linux is used to delete empty directories (folders). It only deletes directories that do not contain any subdirectories or files. If a directory is not empty, rmdir will give an error message and will not delete it.

13.08.2023
23 753
Knowledge base / Commands
What is the mv command for?

The mv command in Unix and Linux operating systems is used to move or rename files and directories