Skip to content

Commit 27f53f3

Browse files
committed
shell docs: add human readable flag to quota
1 parent 83f4266 commit 27f53f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user-docs/services/remote-shell-and-file-transfer-sshsftp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Otherwise, use the following information in your SFTP client.
6666

6767
<!-- As amended by the Board of Directors on December 1, 2015. -->
6868

69-
Currently, accounts are limited to 15 GB of disk usage under the home and web directories. You can check your disk usage by running `quota -v` over SSH or \[\[from your browser|commands\]\].
69+
Currently, accounts are limited to 15 GB of disk usage under the home and web directories. You can check your disk usage by running `quota -vs` over SSH or \[\[from your browser|commands\]\].
7070

7171
## Unattended processes {unattended_processes}
7272

@@ -76,4 +76,4 @@ You are welcome to run unattended processes on the OCF. However, you are ultimat
7676

7777
In particular, if you are going to run a batch job which may require a lot of computing power, you are advised to run it under `nice` and/or `ionice` to lower its CPU priority and I/O priority respectively. OCF staff reserve the right to terminate or otherwise decrease the resource usage of processes which are consuming too many resources.
7878

79-
If you're trying to run a webapp or other kind of server process on the SSH login server (`ssh.ocf.berkeley.edu`), please note that the SSH login server is firewalled and what you're trying to do unfortunately won't work. If you're a group and you're trying to run a webapp, you may want to consider \[\[apphosting|doc services/webapps\]\] instead.
79+
If you're trying to run a webapp or other kind of server process on the SSH login server (`ssh.ocf.berkeley.edu`), please note that the SSH login server is firewalled and what you're trying to do unfortunately won't work. If you're a group and you're trying to run a webapp, you may want to consider \[\[apphosting|doc services/webapps\]\] instead.

docs/user-docs/services/shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Otherwise, use the following information in your SFTP client.
8282
<!-- As amended by the Board of Directors on December 1, 2015. -->
8383

8484
Currently, accounts are limited to 15 GB of disk usage under the home and web
85-
directories. You can check your disk usage by running `quota -v` over SSH or
85+
directories. You can check your disk usage by running `quota -vs` over SSH or
8686
[[from your browser|commands]].
8787

8888
## Unattended processes {unattended_processes}

0 commit comments

Comments
 (0)