aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jexec
Commit message (Collapse)AuthorAgeFilesLines
* Make jexec duplicate the actions of the shell searching for anBosko Milekic2003-07-041-2/+2
| | | | | | | | | | | executable file even if the specified action/filename does not contain a '/' character; convert execv() to execvp(). Submitted by: Christian S.J. Peron <maneo@bsdpro.com> PR: bin/54109 Notes: svn path=/head/; revision=117235
* excute: typo; possible replacements: excite, excuse.Ruslan Ermilov2003-05-311-4/+4
| | | | Notes: svn path=/head/; revision=115478
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-093-0/+121
o Add jexec(8) to execute a command in an existing jail. o Add -j option for killall(1) to kill all processes in a specified jail. o Add -i option to jail(8) to output jail ID of newly created jail. Notes: svn path=/head/; revision=113277