Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Set hard block limit for user using quota Post 303007764 by robertkwild on Tuesday 21st of November 2017 09:05:51 AM
Old 11-21-2017
Set hard block limit for user using quota

hi all,

i have installed quota on my centos 7 machine and its what im after (setting size limit on users, so they cant fill the hard drive)

i want to now make this part of my create user script for my sftp server so i want to do a echo and a read command so i capture the limit they enter and it puts the limit in the 4th column under hard

what i do is run the command below

Code:
edquota -u username


once its opened up the below table i just input the required hard blocks ie 900000



Code:
Disk quotas for user robw (uid 1000):
  Filesystem                   blocks       soft       hard     inodes     soft     hard
  /dev/sdb1                         8          0          0          2        0        0

is this easy to do please

many thanks,

rob

---------- Post updated at 09:05 AM ---------- Previous update was at 07:39 AM ----------

sorted it by running this command -

Code:
setquota -u robw 0 52428800 0 0 -a /dev/sdb1

These 2 Users Gave Thanks to robertkwild For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how can I check the user's mail quota?

how can I check mail quota, and then how can I send mail to user whose quota get full??? :confused: For this which script must I use? (8 Replies)
Discussion started by: emreatlier
8 Replies

2. Linux

How to set user quota

I've a redhat 9.0 and I want to set a user quota. but the question is where should I start from and How ??? :confused: :confused: :confused: :confused: (2 Replies)
Discussion started by: KaiXiang
2 Replies

3. UNIX for Advanced & Expert Users

Forwarding and Quota limit!

Hi, I've a squirrel mail which is based on a Debian Linux and my Quota is 1.4Gb which is shared between my files and my E-mail. I make a ".forward" file to forward my E-mail to another mail sever (e.g Gmail). -My first question is if my quota exceeded, what happened to my E-mails. Are they... (2 Replies)
Discussion started by: mjdousti
2 Replies

4. Solaris

Set quota on directories

Hi all, Is it possible to set a quota on subfolders? I understand it can be set on file system level, how bout on individual folders? Thanks. (1 Reply)
Discussion started by: *Jess*
1 Replies

5. UNIX for Dummies Questions & Answers

Enable user quota

hi! i would like to enable user quota on my system (FreeBSD 6.2) i've check on enabling user quota here but i still confuse with fstab it shows there: /dev/da1s2g /home ufs rw,userquota 1 2 but my current /etc/fstab : # Device Mountpoint FStype Options ... (1 Reply)
Discussion started by: rdns
1 Replies

6. Red Hat

User quota

Hi, I want to apply the user quota, but i am unable to apply the quota to user. Kindly provide the guide line, so that i can sortout the problem. Step 1: Create partion on device #fdisk /dev/sda (because hard disk is scsi) #n (new partition table) i.e /dev/sda8. #p ( to print the partition... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

7. Red Hat

To set quota on a folder

Hi guys, I know that we can set quota limit for an OS user on a filesystem. But I have a different objective to achieve - can we set a limit on a folder on a filesystem. Let use I have a 'apps' folder in some filesystem. Disc space occupied by 'apps' should not be more that 5GB. ... (3 Replies)
Discussion started by: jredx
3 Replies

8. UNIX for Advanced & Expert Users

lvm user quota

Whats the best method of setting lvm user quota? I saw both of these and I am not sure which to use. Linux File System Quotas Howtos Linux-Vserver With LVM And Quotas - 5dollarwhitebox.org Media Wiki (1 Reply)
Discussion started by: cokedude
1 Replies

9. UNIX for Dummies Questions & Answers

The block size in my quota is showed wrong

The block size in my home directory is showed wrong when I use "quota" command. It shows I use 1.2 gb ( about 1200000) while the real size in my directory which I use "du" command is 96 MB I really confused. (0 Replies)
Discussion started by: thsecmaniac
0 Replies

10. Shell Programming and Scripting

Read the USER Quota in SSH

How the User Quota query from an SSH access to Linux Shell. (5 Replies)
Discussion started by: Linuxmann
5 Replies
EDQUOTA(8)						    BSD System Manager's Manual 						EDQUOTA(8)

NAME
edquota -- edit user quotas SYNOPSIS
edquota [-uh] [-f fspath] [-p proto-username] username ... edquota [-u] -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] [-e ...] username ... edquota -g [-h] [-f fspath] [-p proto-groupname] groupname ... edquota -g -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] [-e ...] groupname ... edquota -t [-u] [-f fspath] edquota -t -g [-f fspath] DESCRIPTION
The edquota utility is a quota editor. By default, or if the -u flag is specified, one or more users may be specified on the command line. For each user a temporary file is created with an ASCII representation of the current disk quotas for that user. The list of file systems with user quotas is determined from /etc/fstab. An editor is invoked on the ASCII file. The editor invoked is vi(1) unless the environment variable EDITOR specifies otherwise. The quotas may then be modified, new quotas added, etc. Block quotas can be specified in bytes (B), kilobytes (K), megabytes (M), terabytes (T), petabytes (P), or exabytes (E). If no units are specified, kilobytes are assumed. Inode quotas can be specified in kiloinodes (K), megainodes (M), terainodes (T), petainodes (P), or exainodes (E). If no units are specified, the number of inodes specified are used. If the -h flag is specified, the editor will always display the block usage and limits in a more human readable format rather than displaying them in the historic kilobyte format. Setting a quota to zero indicates that no quota should be imposed. Setting a hard limit to one indi- cates that no allocations should be permitted. Setting a soft limit to one with a hard limit of zero indicates that allocations should be permitted only on a temporary basis (see -t below). The current usage information in the file is for informational purposes; only the hard and soft limits can be changed. On leaving the editor, edquota reads the temporary file and modifies the binary quota files to reflect the changes made. If the -p option is specified, edquota will duplicate the quotas of the prototypical user specified for each user specified. This is the normal mechanism used to initialize quotas for groups of users. If the user given to assign quotas to is a numerical uid range (e.g. 1000-2000), then edquota will duplicate the quotas of the prototypical user for each uid in the range specified. This allows for easy setup of default quotas for a group of users. The uids in question do not have to be currently assigned in /etc/passwd. If one or more -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] options are specified, edquota will non-interactively set quotas defined by bslim, bhlim, islim, and ihlim on each particular file system referenced by fspath. Here bslim is the soft limit on the number of blocks, bhlim is the hard limit on the number of blocks, islim is the soft limit on the number of files, and ihlim is the hard limit on the number of files. If any of the bslim, bhlim, islim, and ihlim values is omitted, it is assumed to be zero, therefore indicating that no particular quota should be imposed. Block quotas can be specified in bytes (B), kilobytes (K), megabytes (M), terabytes (T), petabytes (P), or exabytes (E). If no units are specified, kilobytes are assumed. Inode quotas can be specified in kiloinodes (K), megainodes (M), terainodes (T), petain- odes (P), or exainodes (E). If no units are specified, the number of inodes specified are used. If invoked with the -f option, edquota will read and modify quotas on the file system specified by fspath only. The fspath argument may be either a special device or a file system mount point. The primary purpose of this option is to set the scope for the -p option, which would overwrite quota records on every file system with quotas otherwise. If the -g flag is specified, edquota is invoked to edit the quotas of one or more groups specified on the command line. The -p flag can be specified in conjunction with the -g flag to specify a prototypical group to be duplicated among the listed set of groups. Similarly, -e flag can be specified in conjunction with the -g flag to non-interactively set-up quotas on the listed set of groups. Users are permitted to exceed their soft limits for a grace period that may be specified per file system. Once the grace period has expired, the soft limit is enforced as a hard limit. The default grace period for a file system is specified in <ufs/ufs/quota.h>. The -t flag can be used to change the grace period. By default, or when invoked with the -u flag, the grace period is set for all the file systems with user quotas specified in /etc/fstab. When invoked with the -g flag the grace period is set for all the file systems with group quotas specified in /etc/fstab. The grace period may be specified in days, hours, minutes, or seconds. Setting a grace period to zero indicates that the default grace period should be imposed. Setting a grace period to one second indicates that no grace period should be granted. Quotas must be turned off for the file system and then turned back on for the new grace period to take effect. Only the super-user may edit quotas. FILES
quota.user at the file system root with user quotas quota.group at the file system root with group quotas /etc/fstab to find file system names and locations DIAGNOSTICS
Various messages about inaccessible files; self-explanatory. SEE ALSO
quota(1), quotactl(2), fstab(5), quotacheck(8), quotaon(8), repquota(8) BSD
June 6, 1993 BSD
All times are GMT -4. The time now is 01:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy