1ws_find(1) General Commands Manual ws_find(1)
2
3
4
6 ws_find - give path to a workspace
7
8
10 ws_find [-h] [-F FILESYSTEM] [-l] WORKSPACE
11
12
14 Return path to a workspaces of the calling user. The output can be
15 restricted to workspaces in a certain FILESYSTEM.
16
17
18 The idea of the workspace is to allow the administrator to keep control
19 of filespace in working filesystems, and to avoid the situations that
20 data of past and finished projects/jobs is idling for ever on disks. A
21 user can create and dispose arbitrary number of workspaces, they are
22 cheap, and can be created e.g. for each job.
23
24 From the system side, workspaces will be deleted after beeing expired.
25 A friendly user can release workspaces before the expiration date using
26 ws_release which will mark the workspace for future deletion and make
27 the data unavailable.
28
29 Deletion is probably a task done once a night and not immediately.
30
31 If a workspace was forgotten and expired, it might make sense to con‐
32 tact the administrator, as he probaly can restore a workspace for some
33 time, if disk space is not low.
34
35
37 -h display usage help text
38
39 -l list the available filesystems, only filesystems the user has
40 access to will be shown.
41
42 -F select the filesystem to list the workspace from.
43
44
46 get a workspace path
47 ws_find myworkspace
48
49 list available filesystems:
50 ws_find -l
51
52
53
55 Written by Holger Berger
56
57
59 ws_allocate, ws_release, ws_list, ws_restore
60
61
62
63USER COMMANDS March 2013 ws_find(1)