pfm
Start Photon File Manager
Syntax:
pfm [-h height] [-S i|m|n] [-s server] [-w width]
[-x x_pos] [-y y_pos]
Options:
- -h height
- Set initial height of window to height pixels.
- -S i|m|n
- Specify initial window state (i - iconify, m - maximize, n - normal).
- -s server
- Specify server node or device name to display PFM on.
- -w width
- Set initial width of window to width pixels.
- -x x_pos
- Initial x_pos position of window.
- -y y_pos
- Initial y_pos position of window.
Description:
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.
Examples:
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
