Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Configuring Disk Quotas - Linux Network Administration - Lecture Slides, Slides of Linux skills

The Linux is very easy if you follow the following points:Configuring Disk Quotas, Implement Disk Quotas, Enable Quotas, Remount the File System, Quota Files, Generate, Disk Usage, Assign Quotas, Edit Fstab, Enable Usrquota

Typology: Slides

2012/2013

Uploaded on 04/22/2013

sathaye
sathaye 🇮🇳

4.8

(8)

106 documents

1 / 9

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Configuring Disk Quotas
Linux System Administration
To implement disk quotas, use the following steps:
Enable quotas per file system by modifying
/etc/fstab
Remount the file system(s)
Create the quota files and generate the disk usage
table
Assign quotas
Docsity.com
pf3
pf4
pf5
pf8
pf9

Partial preview of the text

Download Configuring Disk Quotas - Linux Network Administration - Lecture Slides and more Slides Linux skills in PDF only on Docsity!

Configuring Disk Quotas

To implement disk quotas, use the following steps:

Enable quotas per file system by modifying /etc/fstab Remount the file system(s) Create the quota files and generate the disk usage table Assign quotas

Configuring Disk Quotas

Enabling Quotas: Edit fstab to enable usrquota

LABEL=/1 / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 LABEL=/users /users ext3 exec,dev,suid,rw,usrquota 1 2 LABEL=/var /var ext3 defaults 1 2 LABEL=SWAP-sda5 swap swap defaults 0 0

Setting Printer

The Printer Configuration Tool allows users to configure a printer in Red Hat Linux. This tool helps maintain the printer configuration file, print spool directories, and print filters. Starting with version 9, Red Hat Linux defaults to the CUPS (Common Unix Printing System).

To use the Printer Configuration Tool you must have root privileges. To start the application, select Applications => System Settings => Printing

Linux Boot Time Scripts

Scripts/Programs added in /etc/rc.local are run at Boot Time.

Monitoring the System

Monitor Disk Usage (df)

Monitor CPU and Memory utilization (top)

Monitor process/services (ps, pgrep)

Monitor logs (/var/log/messages)

GUI Tool (ApplicationsSystem ToolsSystem Performance)