~ruvolof/cvmfs-test/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
####################
# This help file contains all help entry of commands bundled in the shell.
# It's read when help command is invoked but the daemon is not running.
####################

Short:Usage: command <options>
Short:
Short:Shell commands:
Short:  help (h)	Print this help and exit.
Short:  exit (q)	Exit from the shell.
Short:  fixperm		Fix permission for files and directories.
Short:  setup		Setup the environment for the daemon.
Short:  start		Start the daemon.
Short:  status	Check whether the daemon is running.
Short:

setup:
setup:setup
setup:	Setup the environment for the daemon.
setup:	Usage: setup
setup:
setup:	This command will do:
setup:	  1) Compile the C wrapper to run the daemon with setuid.
setup:	  2) Create a new user called 'cvmfs-test'.
setup:	  3) Chown the wrapper to the new user.
setup:	  4) Set the setuid bit on the wrapper.
setup:
setup:	For 2, 3 and 4 you will need to be in the sudoers file.
setup:

fixperm:
fixperm:fixperm
fixperm:	Fix permission for files and directories.
fixperm:	Usage: fixperm
fixperm:	
fixperm:	This command will execute the next commands:
fixperm:	  find -type f -name "*.pm" -exec chmod 644 {} +
fixperm:	  find -type f -name "*.pl" -exec chmod 755 {} +
fixperm:	  find -type d -exec chmod 755 {} +
fixperm:	  find -type f -name "*help" -exec chmod 644 {} +
fixperm: