Linux Commands Examples

A great documentation place for Linux commands

vlc-wrapper

a wrapper to drop priviledges with VLC


see also : vlc - sudo

Synopsis

vlc-wrapper [OPTIONS]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
DESC="vlc-wrapper with telnet interface listening on 4212"
NAME=vlc
DAEMON=/usr/bin/vlc-runner.sh
DAEMON_ARGS=" -I telnet"

description

This manual page documents briefly the VLC wrapper to open priviledged network ports. The ports it can open are 80, 443 and 554.

options

They will be passed to VLC with no modification.

usage

The preferred way is to use sudo :

$ sudo vlc-wrapper --option1 --option2

You can also set the SUDO_UID environment variable:

# SUDO_UID=1000 vlc-wrapper --option1 --option2


see also

vlc , sudo


author

This manual page was written by Christophe Mutricy.

How can this site be more helpful to YOU ?


give  feedback