Translations:Project layout/19/en

From Alliance Doc
Jump to navigation Jump to search

Note that if you are getting disk quota exceeded error messages (see Disk quota exceeded error on /project filesystems), this may well be due to files being associated with the wrong group, notably your personal group, i.e. the one with the same name as your username and which has a quota of only 2 MB. To find and fix the group membership of such files you can use the command

find <directory name> -group $USER -print0 | xargs -0 chgrp -h <group>

where <group> is something like def-profname, thus a group with a reasonable quota of a terabyte or more.