Linux

Create aliases

Sep 9,93

The alias command is used in Linux to create a shortcut (alias) to any command and options. Aliases are usually …

Read More

Halt, reboot, and power off the system

Sep 9,93

Just like their names imply, halt, reboot, and poweroff commands are used to halt, reboot, and power off the system. …

Read More

Shut down the system

Sep 9,93

To bring your Linux system down in a secure way and prevent users from logging in during the process, you can …

Read More

Filter text

Aug 18,93

The cut command is used for text-filtering. It can be used to print selected parts of lines from a file. …

Read More

Archive a filesystem

Aug 18,93

The dd command is used to archive a filesystem at a very low level. You can use this command to …

Read More

Split a file into two or more files

Jun 11,93

The split command splits a file into two or more files. You need to specify two parameters: the prefix of …

Read More
Geek University 2022