Restricted demo version

This version is not up-to-date

ZShell is usually very limited when used as an unpriviledged user, but this version is even more restricted, and old. You'd better download the original unrestricted version and install it on your own server to test ZShell in depth.

Enter your commands below: Available commands:

Use the man command
about
addprop
addusers
apropos
call
catalog
cd
copy
cp
cut
davlocks
dbconn
dbname
dbsize
delprop
delusers
discard
domains
dump
echo
enter
exec
export
find
google
grep
help
history
import
leave
lroles
ls
lsperms
lsprop
lsusers
man
manage
mkdir
mkuf
mkver
mv
nipltd
pack
passwd
paste
printenv
properties
pwd
restart
rm
roles
save
setenv
setperms
setprop
shutdown
su
takeown
tid
uncatalog
unsetenv
uptime
view
wget
whatis
whoami
zhelp
zope

Results:
Command Help
addprop Adds a property to objects

Accepts --name and --type mandatory options with arguments,
and an optional --value option with an argument.

Accepts multiple objects ids as its other arguments:

addprop --name description --type string .

This adds a property named 'description' and type 'string'
to the current Folder, leaving this property's value empty.

addprop --name author --type string --value Shakespeare /QuickStart/*_html

This adds a property named 'author' of type 'string'
and which value is 'Shakespeare' to all objects
which id match *_html in the /QuickStart Folder

Caveats: No check is done to verify that the property type is valid.