Linux mount Command Tutorial

Linux mount Command Tutorial

Linux and Unix operating systems provide the mount command in order to attach file systems, disks, partitions, USB drive, cdrom, and even network shares into the local system. As a dynamic operation, we may also use the umount command in order to detach mounted devices. List Mounted Devices/File Systems Before mounting some devices or file … Read more

“Read-only File System” Error and Solutions

"Read-only File System" Error and Solutions

The “Read-only file system …” is an error that is related to the file system. This error may occur in different situations for different reasons. This error simply expresses that the target file system is mounted as read-only mode and it can not be written or changed. Read-only File System Error Cases There may be … Read more

Linux Bash “Permission Denied” Error and Solutions

Linux Bash "Permission Denied" Error and Solutions

Linux bash can be used to run and execute scripts, programs, applications, and commands in a fast and practical way. When a script, program, application, or command is tried to be executed there may be errors like “Permission Denied“. This error can be caused for different reasons. In this tutorial, we list some solutions to … Read more

Linux du Command Tutorial with Examples

Linux du Command Tutorial with Examples

The du command is used to get information about the disk usage in Linux. The du command provides a lot of useful information about disk usage like directory size, file size, free percentage, etc. Print File Sizes as Byte The du command is used to list given files and directories sizes in the byte unit. … Read more

How To Check Disk Space In Linux?

How To Check Disk Space In Linux?

While using a Linux system on a desktop, laptop, or server the disk space is important to monitor. The disk is used to store different types of data like files, database servers, codes, libraries, executables, etc. Linux provides different commands and tools in order to check disk space from a different point of view. Mainly … Read more

How To Remove/Delete Directories In Linux?

How To Remove/Delete Directories In Linux?

Directories are used to store other directories of files. A directory can be even empty. Linux provides different commands in order to delete directory or directories. Command-line or GUI file managers can be used to delete or remove directories in Linux. In this tutorial, we will examine rm, rmdir, find commands alongside Nautilus File Manager … Read more

How To Change Directory In Linux?

How To Change Directory In Linux?

Linux provides different ways and commands in order to change the current working directory. Changing directory is especially important while working on the command line or terminal but also used with GUI applications. In this tutorial, we will talk about “How To Change Directory In Linux?”. Instructions described in this tutorial can be used for … Read more