Linux

Check disk space

Jun 3,93

To check how much disk space your files are using, you can use the df command. Invoked without any options, this …

Read More

Mount a USB device

Jun 3,93

Most Linux distributions automatically recognize and mount removable USB drives. Ubuntu, for example, automatically mounts a USB device to the …

Read More

/etc/fstab file

Jun 3,93

The /etc/fstab file is a system configuration file that contains all available disks, disk partitions and their options. Each file system …

Read More

Mount a file system

Jun 3,93

Linux stores information about where and how partitions should be mounted in the /etc/fstab file. Linux refers to this file and …

Read More

Create a file system

Jun 3,93

You can use the mkfs utility to create a file system for any supported file system type. To create a …

Read More

GNU Parted utility

Jun 3,93

GNU Parted is a text-based partitioning utility that works with MBR, GPT, APM, BSD disk labels and other disk types. …

Read More
Geek University 2022