Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
titleModify unix group
blogin4> groups
myaccount prj00012
blogin4> chgrp prj00012 somefile.txt
blogin4> chgrp --recursive prj00012 somedirectory
blogin4> ls -la somefile.txt
-rw-------  1 myaccount prj00012 237271040 Jul  3  2020 somefile.txt

HOME quota exceeded

You have the following solutions if your HOME quota is exceeded.

  • remove files
  • move files to WORK or PERM
  • ask your consultant for a higher quota

The HOME file system (/home/${USER}) is intended to be used for the following data.

...