web dictionary for beginners
The following is a list of UNIX commands that you might find helpful when modifying your web sites on the server. Most UNIX commands have many options and parameters which are not listed here. For more complete information on using UNIX commands, you can refer to the online manual by typing man [command] at the [...]
source: http://www.deluxnetwork.com/linux/guides/crons.php
On Unix systems, cron is used for automating tasks. Instead of getting out of bed at 3 A.M. to run a command that can be anything from backing up a drive, or a command that deletes old files, you can use cron to schedule those tasks.
There is no actually program called “cron”. There are [...]
source: http://www.atlantavirtual.com/support/sup-doc/ssh.shtmlMoving, Copying and Deleting Files
mv [old filename] [new filename]
Move/rename a file
cp [...]
Navigating in UNIX
pwd
Shows the full path of the current directory
ls
Lists all the files in the current [...]
Using SSH with UNIX
Using UNIX
The following is a list of UNIX commands [...]