Set quotas
Jun 3,93You can assign a disk quota to a user using the edquota USER_NAME command. This command opens up the quota settings for …
Read MoreEnable quota support
Jun 3,93Three steps are required to enable quota support in Linux: 1. modify the /etc/fstab file – the first step is to …
Read MoreDisk quotas
Jun 3,93Sometimes, a user can cause serious problems for other users on the system by consuming too much disk space. You …
Read MoreDebug a file system
Jun 3,93You can interactively modify a file system’s features by using the debugfs utility in Linux. This utility can be used to examine …
Read MoreAdjust file system parameters
Jun 3,93To tune file system parameters on a Linux ext2, ext3, or ext4 file system, you can use the tune2fs command. …
Read MoreObtain file system information
Jun 3,93To obtain information about your ext2, ext3 or ext4 file system, you can use the dumpe2fs command. This command is …
Read More