gfsetdir prints shell commands which change Gfarm working directory to the directory specified in the argument. If no argument is specified, it prints commands which change the working directory to the user's home directory that is gfarm:/global_user_name.
This command automatically detects user's shell type, and prints appropriate commands for the shell.
Please add the following definition to the shell rc file of each user, to define gfcd command.
gfcd() { eval "`gfsetdir $1`"; } |
alias gfcd 'eval `gfsetdir \!*`' |