This page has the most basic Linux commands. For more complex commands or procedures (e.g. network-specific or system-specific), refer to the subpages in the Linux menu.
File
|
List files in the current directory |
ls |
Copy a file |
cp [path]/<file> [path] |
Move or Rename a file |
mv [path]/<file> [path]/[filename] |
Delete (Remove) a file |
rm [path]/<file> |