Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

worker(1) [debian man page]

worker(1)						      General Commands Manual							 worker(1)

NAME
worker - file manager for the X Window System SYNOPSIS
worker [options] worker [directory1[ directory2]] DESCRIPTION
worker is a graphical file manager for the X Window System. It uses the classical two-panel view of the files and directories. It has many internal operations while any external program can also be used for operating on the selected items. You can easily add actions to filetypes or buttons with the builtin configuration program. For details read the documentation available at the Worker homepage (see below). OPTIONS
-h, --help This shows a little help about options and quits immediately -V, --version This shows the program version Any other argument will be interpreted as directory to show on the left side. A second argument can be a directory to show on the right side. SIGNALS
SIGUSR1 causes Worker to stop executing the command list, useful when stuck in an endless loop. ENVIRONMENT
WORKER_XEDITOR overrides the editor used by Worker in the default configuration. FILES
~/.worker Worker's configuration directory. LICENSE
This program is distributed under the terms of the GNU General Public License V2 or later as published by the Free Software Foundation. AVAILABILITY
The latest version and online documentation can be found at http://www.boomerangsworld.de/worker AUTHOR
Ralf Hoffmann <ralf@boomerangsworld.de> Worker file manager February 11, 2008 worker(1)

Check Out this Related Man Page

GEARMAN_WORKER_REMOVE_OPTIONS(3)				     Gearmand					  GEARMAN_WORKER_REMOVE_OPTIONS(3)

NAME
gearman_worker_remove_options - Gearmand Documentation, http://gearman.info/ SYNOPSIS
#include <libgearman/gearman.h> gearman_worker_options_t gearman_worker_options_t gearman_worker_options(const gearman_worker_st *worker) void gearman_worker_add_options(gearman_worker_st *worker, gearman_worker_options_t options) void gearman_worker_remove_options(gearman_worker_st *worker, gearman_worker_options_t options) void gearman_worker_set_options(gearman_worker_st *worker, gearman_worker_options_t options) Deprecated since version 0.21. DESCRIPTION
gearman_worker_options() returns the gearman_worker_options_t for gearman_worker_st. You enable options via gearman_worker_add_options() and disable options via gearman_worker_remove_options(). The currently supported options are: Enable non-block IO for the worker. GEARMAN_WORKER_GRAB_UNIQ Only grab jobs that have been assigned unique values. This is useful for workers who only want to worker with background jobs. GEARMAN_WORKER_TIMEOUT_RETURN Has a return timeout been set for the worker. RETURN VALUE
Various HOME
To find out more information please check: http://gearman.info/ See also gearmand(8) libgearman(3) AUTHOR
Data Differential http://www.datadifferential.com/ COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_WORKER_REMOVE_OPTIONS(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with Shell Script

I need to move a file from one directory to another directory along with version number. Example: mv /directory1/report /directory2/report.c01 Next time i need to move the same report to directory2 with the version number attached to the file. mv /directory1/report... (3 Replies)
Discussion started by: karthicss
3 Replies

2. Programming

No error but not executing

Hi friends When I compile thic program by gcc filename, it shows no error. But after that if I execute the program gets stuck. Can any one find out. #include<stdio.h> #include<sys/types.h> #include<sys/mman.h> #include<stdlib.h> #include<fcntl.h> #include<sys/stat.h>... (6 Replies)
Discussion started by: gokult
6 Replies

3. UNIX for Advanced & Expert Users

Worker Thread

Dear Techies, I'm finding resource to learn worker thread with epoll mechanism, Can you anyone explain worker thread with your best example ? Thanks in Advance Sathya (2 Replies)
Discussion started by: sthangav
2 Replies

4. Solaris

T5220 ILOM serial number - how to change

Have a T5220 with Oracle SN stickers on outside with one SN, but the ILOM shows a different SN (from another server). It seems this is a issue with T5220's (a co-worker ran into similar problem with 2 of his servers, he just had the ILOM's swapped). Anyone know the command to change the ILOM... (3 Replies)
Discussion started by: RTM
3 Replies

5. UNIX for Dummies Questions & Answers

UNIX ls options

Hi Guys I'm new to the forums and Unix. I have my first assignment for school and i'm stuck on question 1 spent close to 4 hours on it :(. (doesn't look good). I looked the the online documentation of ls but don't really understand it yet. I need to find files whose names that are of length... (1 Reply)
Discussion started by: Stephvai
1 Replies