Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rrserve(6) [debian man page]

RRSERVE(6)							   Games Manual 							RRSERVE(6)

NAME
rrserve - server application for multi-player ricochet robots game SYNOPSIS
rrserve --host <hostname> --port <port> --name <username> --game <gamename> --watch DESCRIPTION
Rrserve is a server for the Ricochet Robots protocol. It provides for multiple users to connect to multiple active games. USAGE
Options are as follows: --help,--usage Print a help/usage message and exit. -l,--logfile filename Select a file to log all server messages to. By default, messages are sent to stderr. -p,--port port Select the TCP port to listen on. By default, rrserve listens on port 5252. AUTHOR
rserve is the work of Keith Packard <keithp@keithp.com> Rrserve is Copyright 2003,2012 Keith Packard. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limi- tation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 2012-06-11 RRSERVE(6)

Check Out this Related Man Page

CPMCHMOD(1)							   User commands						       CPMCHMOD(1)

NAME
cpmchmod - change file mode on CP/M files SYNOPSIS
cpmchmod [-f format] image mode file-pattern ... DESCRIPTION
Cpmchmod changes the file mode for files on CP/M files. OPTIONS
-f format Use the given CP/M disk format instead of the default format. mode Octal file mode, as used in chmod(1). RETURN VALUE
Upon successful completion, exit code 0 is returned. ERRORS
Any errors are indicated by exit code 1. FILES
/etc/cpmtools/diskdefs CP/M disk format definitions AUTHORS
This program is copyright 1997-2010 Michael Haardt <michael@moria.de> and copyright 2000, 2001 John Elliott <jce@seasip.demon.co.uk>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SEE ALSO
cpmls(1), chmod(1), cpm(5) CP
/M tools March 30, 2010 CPMCHMOD(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

License

Dear Expert, Let say i have already Build Any Application under UNIX platform. Then i want to sell that application for Free. But buyer have to Buy the License for running my application. Somebody knows if there is an any kind of tools or another technique for Generate that License ? ... (1 Reply)
Discussion started by: tpx99
1 Replies

2. UNIX for Dummies Questions & Answers

multiple copies at once

Dear all, Today I spend almost all my day with something I hope any of you can help me with... I'm trying to write a small script (!/bin/sh) to be able to make 900 copies of one file. Can anyone help me with this? I couldn't figure this out (maybe I need to create some sort of loop) and couldn't... (8 Replies)
Discussion started by: marjocello
8 Replies