I was looking for something else, and found the script that is tied to the "Suspend" icon on the start menu.
It's located here
/usr/apps/suspend
In Rox filer, you need to navagate to /usr/apps/ then right-click on Suspend and select "Look inside"
This will open the "Suspend" folder (is it actually a folder? Rox makes it appear to be).
Inside this folder is the script called "AppRun". This is what actually "suspends" your Zaurus.
I opened it in a text editor, and below is the script.
I just pasted the second line into a terminal, hit enter, and my Zaurus suspended immediately.#!/bin/sh
exec xset dpms force off "$@"