Linux commands

Here are some useful Linux commands: Find other useful Linux commands by doing the following:
info coreutils
info coreutils ls
info coreutils nohup
(exit by typing 'q')
Once you know the name of a command, learn how to use it by:
man command
(exit by typing 'q')

Put a job in background:
CTRL z
bg
List background jobs:
jobs
Put a job in foreground:
fg