Product SiteDocumentation Site

18.2. Linux Commands

Most Commonly used commands are:
cp
copies files and directories.
mv
moves files and directories.
rm
removes files and directories.
ls
displays files and directories.
echo $path
defines or displays the search path for commands and Rexx programs. See also Section 7.2.1, “Search Order”.
env
displays or changes Linux environment variables.
Any other Linux command can be used. For a description of these commands, see the respective Linux documentation (for example, man-pages).