Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> RHEL >> How to enable user and group quota to a filesystem

edit /etc/fstab

add the options highligted in the box to the auto mount options for that mountpoint

activate either by a reboot or

# mount -o remount /Data

create quota files by

# quotacheck -cug /Data

show the new user and group quota hidden files by ls -a (show hidden file)

# ls -a /Data

# quotacheck -avug

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]