close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 7, 2009, 9:04:02 PM (14 years ago)
- Author:
-
hank
- Comment:
-
add administration wiki
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | == !SilverFile Server Administration Guide and Tips == |
| 2 | |
| 3 | Get a summary of disk usage for each client folder. Sort the output alphabetically. |
| 4 | {{{ |
| 5 | du -h --max-depth=1 | sort -k 2 |
| 6 | }}} |
| 7 | |