Start Photon File Manager
pfm [-h height] [-S i|m|n] [-s server] [-w width] [-x x_pos] [-y y_pos]
This utility starts the Photon File Manager. For a complete description of how to use it, see the File Manager chapter in the Photon User's Guide.
Run PFM using Photon server on node 4:
pfm -s4
Or
pfm -s//4/dev/photon
Run PFM at initial position (10,10) with an initial dimension of 200*300:
pfm -x10 -y10 -h200 -w300