Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlclient(1) [debian man page]

MLCLIENT(1)						      General Commands Manual						       MLCLIENT(1)

NAME
mlclient - client for mlterm SYNOPSIS
mlclient [options] DESCRIPTION
mlclient is a client for the mlterm(1) server (daemon). mlterm(1), an X terminal emulator, can be invoked as a daemon process which holds multiple sessions (shell process and other information like backlog). mlclient can creat a new session or recall an existing session which had been disconnected from a window. OPTIONS
mlclient accepts most options of mlterm. Please read mlterm(1) for detail. Following options do not work for mlclient: -@/--screens, -R/--fsrange, -Y/--decsp, -c/--cp932, -i/--xim, -j/--daemon, and --depth --maxptys Following option is mlclient specific: -P/--ptylist print pty list. --kill kill a mlterm daemon. SEE ALSO
mlterm(1), locale(7), charsets(7), UTF-8(7), and X(7). CONTACT
Subscribe mlterm-dev-en ML (http://lists.sourceforge.net/lists/listinfo/mlterm-dev-en). 2012-04-29 MLCLIENT(1)

Check Out this Related Man Page

ALBATROSS(8)						      System Manager's Manual						      ALBATROSS(8)

NAME
al-session-daemon -- session daemon for Albatross web applications SYNOPSIS
al-session-daemon [-D, --debug] [-h, --help] [-k, --pidfile pid-file] [-p, --port port] [-l, --log log-file] [command] DESCRIPTION
This manual page documents briefly the al-session-daemon command. This manual page was written for the Debian distribution because the original program does not have a manual page. al-session-daemon is a daemon that implements a session server for Albatross web applications. It can store simple pieces of information for later retrieval. With the help of this daemon, you can distribute your Albatross web application across several web servers and store the sessions in one place. OPTIONS
A summary of options is included below. -D --debug Write debugging to log. -h --help Display program help. -k --pidfile Record server pid in pid-file, default is /var/run/al-session-daemon.pid. -p --port Listen on port, default is 34343. -l --log Write log to log-file, default is /var/log/al-session-daemon.log. AUTHOR
This manual page was written by Fabian Fagerholm fabbe@debian.org for the Debian system (but may be used by others). Permission is granted to redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ALBATROSS(8)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

What is a daemon process?

This is gonna seem really silly to almost evryone here - but I need to know : what is a daemon process? Thanks (6 Replies)
Discussion started by: Kanu77
6 Replies

2. Shell Programming and Scripting

using tail -f

Working in HP-UX 10.20. I eventually want to write a bourne shell script to handle the following problem, but for now I am just toying with it at the command line. Here's what I am basically trying to do: tail -f log_X | grep n > log_Y I am doing a tail -f on log_X . Once it sees "n", I... (6 Replies)
Discussion started by: cdunavent
6 Replies

3. UNIX for Dummies Questions & Answers

Should a UNIX daemon process close open fds?

I have a UNIX daemon process that's been started by a parent process, an application server. The behavior of this daemon process is to inherit and use the app server's file descriptors (ports/sockets). When I shutdown the app server, the daemon continues to run, because there may be other... (1 Reply)
Discussion started by: kunalashar
1 Replies

4. Linux

daemon process

how i will write the daemon process,if any body have sample daemon process send me. (1 Reply)
Discussion started by: suresh_rupineni
1 Replies

5. Programming

How to find if a process a daemon ?

I have a scenario where I need to find if a process is a daemon process or not. This check needs to be done from within the process. I know there are no direct API's to do so. I have explored these options. 1. ctermid() - this can be unsuccessful as per the man pages 2. int devtty; if ((devtty... (7 Replies)
Discussion started by: vino
7 Replies

6. Shell Programming and Scripting

Diff between Bg and daemon process

Dear Unix Gurus, Plz provide major diff between background process and daemon process. Is it control available for daemon process?. (3 Replies)
Discussion started by: kkl
3 Replies