
Your virtual Web server has been provided with a number of standard Unix utilities in your Web site's /usr/bin directory. For compatibility, the /bin directory is aliased to /usr/bin.
Some shareware and commercial scripts have been written assuming that
these UNIX binaries are located in other directories. This difference means
usually that only the first line of these Perl and shell scripts must be
changed to reflect the new location (eg., #!/usr/bin/perl #!/usr/bin/sh
and so on...).
The complete list of Unix utilities loaded into your Web site can be obtained
from a file listing of your Web site's /usr/bin directory. A partial
listing follows. If you find there are utilities or commands missing that
you need, please contact LZsupport @ LiveZone.com with your request.
| awk | text file pattern processor |
| cat | list text file(s) |
| chmod | change file modes |
| cp | copy files |
| csh | C shell |
| date | obtain current date |
| expr | evaluate math (numeric) expression |
| fgrep | fast grep |
| grep | regular expression file scan |
| gzip | file compression/decompression |
| head | display first lines of text file |
| htpasswd | create/update text .htpasswd file for use with .htaccess permission control |
| ksh | Korn shell |
| ln | create file or directory alias or symbolic link |
| ls | list files |
| mkdir | make directory |
| mv | move files & directories |
| perl | perl 5 interpreter |
| rm | remove files |
| rmdir | remove directories |
| sed | text file/stream editor |
| sh | Bourne shell |
| sort | sort text file |
| swish | free-text search engine |
| tail | display last lines of text file |
| tar | directory compression/decompression |
| time | obtain current time |
| unlink | remove file, directory, or symbolic link |
![]() www.LiveZone.net |
Last Updated Nov. 2009 |