Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome-schedule(1) [debian man page]

GNOME-SCHEDULE(1)					      General Commands Manual						 GNOME-SCHEDULE(1)

NAME
gnome-schedule - GNOME GUI for users' crontabs SYNOPSIS
gnome-schedule [option...] DESCRIPTION
gnome-schedule is a graphical user interface that leverages the power of cron or anacron and at to manage a user's crontab file and provide an easy way to schedule tasks. It supports recurrent tasks and tasks that happen only once in the future. The user interface translates cron strings into human-readible form for ease-of-use, but also has an expert option for those familiar with the cron file format. For documentation on interactive use of gnome-schedule, select the Help menu option while running the program. OPTIONS
gnome-schedule supports the standard GTK+ and GNOME command-line options, most of which need not be used except in special circumstances. To view a complete list, see gnome-schedule --help. BUGS
There are currently no known bugs. If you encounter one, please report it using reportbug gnome-schedule. SEE ALSO
cron(8), crontab(1), crontab(5), anacron(1), at(1) AUTHOR
This manual page was written by David Moreno Garza <damog@debian.org>, and revised by Christine Spang <christine@debian.org> for the Debian project (but may be used by others). November 22, 2007 GNOME-SCHEDULE(1)

Check Out this Related Man Page

gnome-about(1)							   User Commands						    gnome-about(1)

NAME
gnome-about - display GNOME introductory information SYNOPSIS
gnome-about [--gnome-version] [gnome-std-options] DESCRIPTION
The GNOME introductory dialog displays a list of the GNOME contributors, and provides links to some useful GNOME websites. OPTIONS
The following options are supported: --gnome-version Display information on this GNOME version. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Displaying the GNOME introductory information example% gnome-about EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-about Executable for GNOME introductory information display. /usr/share/gnome-about/gnome-version.xml XML source of GNOME version, build date and introductory text for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), gnome-std-options(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
The gnome-version.xml file format is classified as Volatile and its stability should not be relied upon. Written by Mark McLoughlin, updated by Brian Cameron, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 gnome-about(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Crontab

I would like to schedule a job with crontab. In the crontab file, I wrote: 0 12 20 11 * /export/home/x2693/project/scripts/perl test.pl 1 0 0 ...but the output is: Your "cron" job on suncbk11 /export/home/x2693/project/scripts/perl test.pl 1 0 0 produced the following output: sh:... (17 Replies)
Discussion started by: Minguccio75
17 Replies

2. HP-UX

unable to schedule events through cron

hi, Initially I logged in as root and edited the root file in crontab -e. Have scheduled to run a command at 00:34 daily and have redirected the . The /var/adm/cron/log file got updated for the first time CMD: /test/command >> /temp/test > root 14906 c Fri Jan 11 00:34:00 EST 2008 < ... (7 Replies)
Discussion started by: rakshit
7 Replies

3. Shell Programming and Scripting

Urgent: Script.sh: syntax error at line 72: `PROGRESS=$' unexpected

I have written a shell script to Automatically FTP a file. The script runs fine when doing it manually but when I schedule it using a crontab it gives me an error. . . . echo "-----------------Starting File FTP---------------------" >> $PROS_LOAD_LOG echo "open X.XX.XX.XXX" >>... (13 Replies)
Discussion started by: tanhajoy
13 Replies

4. Shell Programming and Scripting

Execution on cron does not work well

Hallo everyone, this is my first post here and I hope i will learn a lot from you guys. I have the following command that somehow only works interactively, when I put the the following to the cron, it does not work. It suppose to move file from one folder to another folder that's all. ... (7 Replies)
Discussion started by: msetjadi
7 Replies

5. UNIX for Dummies Questions & Answers

Scheduling a script by using Crontab

Hi, I need to schedule a script in crontab which should run at 01:00 am in the morning and should run for every 15 days in a month. How to schedule this by using crontab? Many thanks. Rgds, (13 Replies)
Discussion started by: venkatesht
13 Replies

6. Shell Programming and Scripting

Crontab

Hello Friends, Please help me to schedule a job through crontab.... How do I schedule a job on every 1st and 3rd Thursday of the every month at 12:00 ..........:wall: Thanks in Advance....:) Thanks, Ajit (12 Replies)
Discussion started by: AKSAHOO07
12 Replies

7. UNIX for Dummies Questions & Answers

[Solved] crontab scheduling

Hi, We can schedule a new job using crontab -e. is there any other way to achieve the same(opening the file directly and add an entry). I have tried to access /var/spool/crontabs directory. But i am getting permission denied error, Please help me. Thanks (8 Replies)
Discussion started by: pandeesh
8 Replies

8. HP-UX

Help with cron schedule

Hope you can help with a queuy i have. Server OS is HP-UX my cron runs like this: * * * * * /test/scripts/1_min_jobs.sh 1>/dev/null 2>/dev/null 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /test/scripts/jobs_5mins.sh 1>/dev/null 2>/dev/null 0,15,30,45 * * * *... (10 Replies)
Discussion started by: davexxash
10 Replies

9. Shell Programming and Scripting

Automatic script trigger

Hi, I'm looking for a way to solve the following scenario: A shell should automatically trigger / run when a text file is placed or present at a specific location. My idea - to create a cron / anacron for every minute and inside that i will call a temp script. Temp script will move to my... (9 Replies)
Discussion started by: Gautham
9 Replies

10. Shell Programming and Scripting

Find with name not working from crontab

find without -name works fine. find with -name '*' works from interactive bash, but not from cron. mgr@someplace:~$ crontab -l | grep wsl 17 09 * * * /usr/bin/find /wsbj/logs/mgr/webServiceLogs -type f -mtime +30 > /home/mgr/wsl_find.out 17 09 * * * /usr/bin/find /wsbj/logs/mgr/webServiceLogs... (11 Replies)
Discussion started by: CarloM
11 Replies

11. Shell Programming and Scripting

Fetching a line matching a pattern

Hi Gurus, I have a file as follows (Sample shown below but the list is very huge) SCHEDULE WS1#JS1 RUNCYCLE1 : WS1#JOB1 WS1#JOB2 FOLLOWS JOB1 END SCHEDULE WS2#JS1 RUNCYCLE2 : WS1#JOB3 WS1#JOB1 FOLLOWS JOB3 WS2#JOB1 (10 Replies)
Discussion started by: jayadanabalan
10 Replies

12. UNIX for Beginners Questions & Answers

Program not running from the cron scheduler

Good Afternoon, I have a sh script that the admin added to the cron schedule. It runs fine when I run it manually...but not when scheduled. I added the path that is found for my user to the script. Still no luck. Any ideas what I should look at? Thanks Marty (8 Replies)
Discussion started by: MSpeare
8 Replies

13. UNIX for Beginners Questions & Answers

Logs not rotated

I'm fairly new to this... System: Kali Linux - based on Debian (Stretch) uname -a : Linux kali 4.18.0-kali3-amd64 #1 SMP Debian 4.18.20-2kali2 (2018-11-30) x86_64 GNU/Linux I noticed that the space on my root partition was continuously shrinking even though I didn't do much on the machine... (15 Replies)
Discussion started by: Ralph
15 Replies

14. Shell Programming and Scripting

Statement returning error only launching the sh script via crontab

hi all, I created a sh script to import some tables from mysql to hive. No problem launching it manually, but if I schedule via crontab it returns me an error in the following part: #create an array containing all the tables for $dbname query="SELECT table_name FROM information_schema.tables'... (10 Replies)
Discussion started by: mfran2002
10 Replies

15. What is on Your Mind?

Please consider adding an Anti 996 License

Please consider adding an Anti 996 License to jointly oppose overtime work around the world. A "996" work schedule refers to an unofficial work schedule (9a.m. ~ 9p.m., 6 days a week) that has been gaining in popularity. Serving a company that encourages the "996" work schedule usually means... (9 Replies)
Discussion started by: complex.invoke
9 Replies