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 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).