How to save crontab?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu How to save crontab?
# 1  
Old 11-02-2012
How to save crontab?

How to save crontab?

I have try both method below but can't save it.

FIRST METHOD error message [ XOFF ignored, mumble mumble ]
HTML Code:
hit 'escape' and then the following:
:wq
Image

SECOND METHOD error message [ Unknown Command ]
HTML Code:
ctrl + s
Image
# 2  
Old 11-02-2012
The commands which you tried are not compatible with GNU Nano.

Try these:-
Saving a file: Hold control and press O ^O or F3
Exit the program: Hold control and press X ^X


You can get help by holding control and G ^G.
# 3  
Old 11-02-2012
Quote:
Originally Posted by bipinajith
The commands which you tried are not compatible with GNU Nano.

Try these:-
Saving a file: Hold control and press O ^O or F3
Exit the program: Hold control and press X ^X


You can get help by holding control and G ^G.
After do the step below
Saving a file: Hold control and press O ^O or F3
it appear this
Image

what so i do next? M-A append?

---------- Post updated at 01:09 PM ---------- Previous update was at 11:34 AM ----------

Quote:
Originally Posted by bipinajith
The commands which you tried are not compatible with GNU Nano.

Try these:-
Saving a file: Hold control and press O ^O or F3
Exit the program: Hold control and press X ^X


You can get help by holding control and G ^G.
thank, work already.
# 4  
Old 11-12-2012
GNU Nano really gives big-time headache for the first time users. (i am a victim already)
if its ok, you can edit it using vi editor itself(i mean crontab -e will start the edit using vi editor, i think)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Save value from output of Corestat and save in a list for each core

I am trying to modify the "corestat v1.1" code which is in Perl.The typical output of this code is below: Core Utilization CoreId %Usr %Sys %Total ------ ----- ----- ------ 5 4.91 0.01 4.92 6 0.06 ... (0 Replies)
Discussion started by: Zam_1234
0 Replies

2. UNIX for Dummies Questions & Answers

Auto load and save crontab

Hi all, I am trying to simplify things for two people who will be taking over my role whilst i go on leave. In doing so, i wanted to find a way that upon login to unix, the crontab would be reloaddd and resaved. I want to do this due to our IT dept taking the server down more often of late... (5 Replies)
Discussion started by: KlintJ
5 Replies

3. Ubuntu

How to edit /etc/bashrc?

my ssh dont have /etc/httpd/conf/httpd.conf how to install httpd.conf on my site? (1 Reply)
Discussion started by: mampwamp
1 Replies

4. AIX

who have these e-books?

I want to study AIX,who have these e-books?PDF or ppt is better, thanks for sharing! 1、  AIX System Admin AN10 AIX 6 Basics AN12 ... -- shortened -- (1 Reply)
Discussion started by: fringker
1 Replies

5. Linux

How to save crontab configuration when using SSH?

Hi, I'm trying to save a crontab configuration using SSH, acessing a Linux machine from a Windows desktop. So, in the prompt I type "crontab -e", to edit crontab, and a window is opened. But after writing the changes, I press Save button but it seems not working, because when... (1 Reply)
Discussion started by: Roger75
1 Replies

6. UNIX for Dummies Questions & Answers

can't save crontab with vi

I edit crontab with vi editor, i delete the lines i wanted, but i can't save! i tried the :w, :wq, ZZ commands and it seems like vi is unfamiliar with it. any suggestions? (3 Replies)
Discussion started by: idan_cn
3 Replies

7. Shell Programming and Scripting

how to save crontab

how does one save changes in crontab? i am using vi editor. Issued crontab -e command on the prompt. however not sure how to save changes. :wq doesnt work. any idea.... (10 Replies)
Discussion started by: shahab03
10 Replies

8. Programming

Why I don't have CC1 in my Unix?

gcc works find in my Unix. But when I want to use cc1, system reports: "bash: cc1: command not found". Any clue? Thank you! (2 Replies)
Discussion started by: meili100
2 Replies

9. UNIX for Dummies Questions & Answers

Crontab refuses to save changes!

I'm trying to create a new crontab entry for a user on a debian box but whenever I do a crontab -e or crontab -u username -e then edit the crontab (with vim as my default editor) and :wq. I get the error message: no crontab for username - using an empty one crontab: no changes made to crontab... (18 Replies)
Discussion started by: fire>ant>
18 Replies
Login or Register to Ask a Question