File: quotacheck.sgml

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (26 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype linuxdoc system>
<article>
<title>Disk quota installation


<sect>Tasks
<p>
	The <em/quotacheck/ utility will check all directories of a filesystem
	and compute the amount of disk space and the number of files/directories
	for every user and every group. The results are stored in the quota.user
	and quota.group files.  These files are located in the root of each file
	system.

	This command obviously take a while to execute. Once executed,
	the files quota.user and quota.group will be maintained in real time
	by the kernel.

<sect>User and group quotas are independent concepts
<p>
	It is possible to install disk quotas only for users and not for groups
	or the reverse. If you do this, then only quota.user or
	quota.group will be produced.

</article>