Running LCDproc Running LCDd If you have installed the init-scripts you can simply start, stop and restart LCDd with the init-script. Running LCDd from the command line There are several reasons for running LCDd from the command line You don't want to install LCDd but run it from the source directory. You want to do some debugging. You want to get the output directly on stderr. ... If you run LCDd as a "normal" user, it will not change to the user specified in the config file. For parallel port devices you will need root privileges anyway ;) The simplest command that will run LCDd is the following. It is useful for running LCDd from the source directory, e.g. after building. $ server/LCDd -c LCDd.conf The Command Line Options of LCDd Running LCDd -h gives you an overview of the currently available command line options, including a list of the compiled in drivers. <command>LCDd -h</command> ] [ -d ] [ -a ] \ [ -p ] [ -u ] [ -w Running lcdproc You will probably more often run lcdproc from the command line than you will run LCDd. The Command Line Options of lcdproc Running lcdproc -h gives you an overview of the currently available command line options. <command>lcdproc -h</command> You will not be able to connect to a remote server, unless it listens to the correct interface and port! See LCDd.conf: The [server] Section for details on the server setup.