Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
JEXEC(8)                FreeBSD System Manager's Manual               JEXEC(8)

NAME
     jexec -- execute a command inside an existing jail

SYNOPSIS
     jexec [-u username | -U username] jid command ...

DESCRIPTION
     The jexec utility executes command inside the jail identified by jid.

     The following options are available:

     -u username
             The user name from host environment as whom the command should
             run.

     -U username
             The user name from jailed environment as whom the command should
             run.

SEE ALSO
     jail_attach(2), jail(8), jls(8)

HISTORY
     The jexec utility was added in FreeBSD 5.1.

FreeBSD 6.2                     April 19, 2006                     FreeBSD 6.2

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jexec&sektion=8&manpath=FreeBSD+6.2-RELEASE>

home | help