REMOVING DIRECTORIES in VENUS
The problem with the directory removal was due to the file protection.
To view the file protection of a file or directory type the following
dir/security filename or directory name
-OR-
dir/security (to view file protection for every item in a directory)
To change the file protection of a file or directory type the following
set file/prot = orwed filename
Once the file protection has been changed, you can delete the directory.
delete directoryname.dir;1
Moving to different levels of directories in VENUS
To change directories to your www, type this cd [.www]
To move down a level, type this cd [-]
cd is command for change directory
I think that rwed refers to read, write, edit, delete