Receiving 3190 when trying crontab -e


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Receiving 3190 when trying crontab -e
# 1  
Old 10-22-2013
Receiving 3190 when trying crontab -e

I am trying to edit the crontab and when I execute the crontab -e command I am only getting back 3190. What does this mean?
# 2  
Old 10-22-2013
Set EDITOR to vi and retry:
Code:
export EDITOR=vi

# 3  
Old 10-22-2013
That worked. Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Receiving NDR with mailx

We use mailx (HP-UX) sending emails to list of external parties. When their email address is wrong or mailbox is full, how can I receive Non-Delivery Report (NDR) in a specific internal emailbox being monitored? Please help. Thanks (0 Replies)
Discussion started by: winwin
0 Replies

2. OS X (Apple)

receiving authentication of - checksum

MacBook 10.6.8, 2.16 GHz, Intel Core 2 Duo I am trying to find the correct command line utility to verify a SHA-1 digest. listed below is what i have tried. I do not know which one would match the SHA -1 , so i can continue to go thru cycles of deleting the download and re up loading until a... (2 Replies)
Discussion started by: cowLips
2 Replies

3. Shell Programming and Scripting

Why am i receiving too many argument error with this?

#!/bin/bash while do codes done it says line 2: [: too many arguments why? (4 Replies)
Discussion started by: garfish
4 Replies

4. Programming

Help receiving a frame in C!

Hello everybody, I have a problem with a program i'm coding, the thing is that i need the program to check quickly if it receives a response, if not, just go ahead. My program sends the frame successfully, but it keeps waiting for the response until it receives something. That's what i need to... (2 Replies)
Discussion started by: Zykl0n-B
2 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Not Receiving Activation Email

I've tried suggestions from previous threads sending an activation email several times. I'm not sure if email server is blocking domain name. What is the domain name of the activation email...unix.com? (1 Reply)
Discussion started by: BigSky
1 Replies

6. UNIX for Advanced & Expert Users

Receiving mail in Unix

I have 2 problems with my mail on Unix.. 1- I have accounts on 2 different unix boxes, one running Sun Solaris and other is a version of Linux. When I receive email on those machines, on one the email arrives in my /var/mail/USERNAME; whereas on the other box the email is delivered to... (4 Replies)
Discussion started by: milhan
4 Replies

7. Forum Support Area for Unregistered Users & Account Problems

not receiving email

I've requested several passwords and they are not being sent to my email. My email is working - email address removed (2 Replies)
Discussion started by: xyz
2 Replies

8. UNIX for Dummies Questions & Answers

receiving faxes with eFax, need help

Hi folks, I am a newbie, and a little dum too. I have installed and been able to run eFax on my Linux Conectiva box. Using this comand I can put my FaxServer receiving faxes: efax -d /dev/ttyS1 -w -iS0=2 It works fine. Problem: This will receive the fax, and once it is done I... (0 Replies)
Discussion started by: fundidor
0 Replies
Login or Register to Ask a Question