Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2005-05-29, 05:51 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
http://www.chiark.greenend.org.uk/~sgtatham/putty/

Get Putty (or SecureCRT or any number of other SSH compliant terminal programs)

log in using the user/pass info and then you should get a prompt

if you have uploaded a file with the crontab entry that you need, you can do:

# get the current crontab listings appended to your file
crontab -l >> newcrontabfilethatyouuploaded
crontab newcrontabfilethatyouuploaded

If you feel comfortable with your editor on there, you could do:

# set the editor to nano just in case
EDITOR=nano;export EDITOR
VISUAL=nano;export VISUAL
crontab -e

and paste the line in.

Then if the editor is nano, control-X will save. If you are in nvi/vi, then inserting the line will be a little challenging if you don't feel comfortable with vi.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:21 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc