Useful commands

From HPC
Revision as of 11:36, 4 July 2013 by Cwmoller (talk | contribs) (New page: == Quota == Each user is given a disk quota of 1TB as a precaution against filling the disks with a runaway job before anybody notices. This does not mean that you should attempt to fill ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Quota

Each user is given a disk quota of 1TB as a precaution against filling the disks with a runaway job before anybody notices. This does not mean that you should attempt to fill the quota or store old data on the cluster. Please try to regularly remove old, unused data.

Check how much of your quota you've used with the quota -s command. The -s makes the output easier to read.

username@head001:~> quota -s
Disk quotas for username:
     Filesystem        blocks   quota   limit   grace   files   quota   limit   grace
/dev/mapper/vg00-home   5279M   1024G   1100G            3927       0       0

File management

GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included.

Start it with the mc command.

To quit, press F10, or if your SSH client doesn't like that, press ESC followed by 0. All the F-keys can be called in this way, ESC followed by the number of the F-key.