SSH Category

Unix Basics

In: SSH

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 [...]

Using cron by DJG

In: Crontab, SSH

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 [...]

more controls

In: SSH

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

In: SSH

Navigating in UNIX

pwd
Shows the full path of the current directory

ls
Lists all the files in the current [...]

Getting started with SSH

In: SSH

Using SSH with UNIX
Using UNIX
The following is a list of UNIX commands [...]