QUOT(8) System Manager's Manual QUOT(8)NAME
quot - summarize file system ownership
SYNOPSIS
quot [ option ] ... [ filesystem ]
DESCRIPTION
Quot prints the number of blocks in the named filesystem currently owned by each user. If no filesystem is named, a default name is
assumed. The following options are available:
-n Cause the pipeline ncheck filesystem | sort +0n | quot -n filesystem to produce a list of all files and their owners.
-c Print three columns giving file size in blocks, number of files of that size, and cumulative total of blocks in that size or smaller
file.
-f Print count of number of files as well as space owned by each user.
FILES
/etc/passwd to get user names
SEE ALSO du(1), ls(1)BUGS
Default file systems vary with installations. Holes in files are counted as if they actually occupied space.
QUOT(8)
Check Out this Related Man Page
QUOT(8) System Manager's Manual QUOT(8)NAME
quot - summarize filesystem ownership
SYNOPSIS
quot [ -acfguvi ] [ filesystem... ]
DESCRIPTION
quot displays the number of kilobytes in the named filesystem currently owned by each user or group. Note that this utility currently works
only for XFS.
OPTIONS -a Generate a report for all mounted filesystems giving the number of kilobytes used by each user or group.
-c Display three columns giving file size in kilobytes, number of files of that size, and cumulative total of kilobytes in that size or
smaller file. The last row is used as an overflow bucket and is the total of all files greater than 500 kilobytes.
-f Display count of kilobytes and number of files owned by each user or group.
-g Report on groups.
-u Report on users (the default).
-v Display three columns containing the number of kilobytes not accessed in the last 30, 60, and 90 days.
-i Ignore mountpoints mounted by automounter.
-T Avoid truncation of user names longer than 8 characters.
-q Do not sort the output.
FILES
/etc/mtab mounted filesystem table
/etc/passwd default set of users
/etc/group default set of groups
SEE ALSO du(1), ls(1).
BUGS
Currently, only the XFS filesystem type is supported.
QUOT(8)
Hi,
I have a xml text file with the following data, I would like replace F0</Number> to F</Number> only. i used sed to replace, but it not work!! anyone can help?
<Number>11 20 03 22 23 21 91 00 F0</Number>
<Number>12 20 03 20 99 21 91 20 F0</Number>
<Number>10 21 03 21 78 21 92 27... (28 Replies)
Hi,
How can I remove the line beak in the following case if the line begin with the special char “;”?
TEXT
Text;text
;text
Text;text;text
I want to convert the text to:
Text;text;text
Text;text;text
I have already tried to use... (31 Replies)
Hi All,
Ok, so I'm fairly new to Unix, but would like to think I'm grasping things fairly ok (Well until now ;) ), BUT with this one I'm going in circles ... LOL .. really can't work out why? So sorry for this post if it seems a little "dumb" .. But here goes.
In short I'd like to achieve the... (55 Replies)
I need a quick expression to be able to pull out all the data in a text file that looks like "http:// some random url etc" So it should grab any string that begins with "http:// and ends with " There are other double quotes in the file but I only want the ones that start with "http:// and the... (31 Replies)
Hi All,
I'm completely new to bash scripting and still learning my way through albeit vey slowly.
I need to know where to insert my server names', my ip address numbers through out the script alas to no avail.
I'm also searching on how to save .sh (bash shell) script properly.... (25 Replies)
Hi Froum.
I have tried in vain to find a solution for this problem - I'm trying to replace any double quotes within a quoted string with a single quote, leaving everything else as is.
I have the following data:
Before:
... (32 Replies)
Please note, this information was copied from vbseo.com, now showing a database error. This is posted for reference since vbSEO seems to be going out of business:
If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step.
Login... (37 Replies)
Hi Guys
I am trying to move file containing more than two - at the 3rd line of each files to a new directory. The files are something like this :
****** Text ******
/text/
text text
I want to make sure the search effect only take place on the 3rd line one as there might me... (46 Replies)
Hey,
Just upgraded my MacPro to MacOS Mojave (Beta) and all of a sudden I'm seeing white "shadows" in the code tag HTML (see below img):
https://www.unix.com/members/1-albums215-picture849.png
Is anyone else seeing this?
If not, I will assume it is a "beta thing" with the Mojave Beta... (29 Replies)