1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH CDE-EXEC "1" "February 2012" "cde-exec 0.1" "User Commands"
.SH NAME
cde-exec - execute binary within a package generated by cde
.SH DESCRIPTION
CDE: Code, Data, and Environment packaging for Linux
Copyright 2010\-2011 Philip Guo (pg@cs.stanford.edu)
http://www.stanford.edu/~pgbovine/cde.html
.PP
usage: cde\-exec [command within cde\-root/ to run]
.PP
Options
.TP
\fB\-l\fR
: Use native dynamic linker on machine (less portable but more robust)
.TP
\fB\-n\fR
: Block network access (blank out bind/connect syscalls)
.TP
\fB\-f\fR
: Do NOT follow forks, so child processes run natively
.TP
\fB\-s\fR
: Streaming mode (ooh, mysterious!)
.HP
\fB\-i\fR '<file path>' : Ignore the given exact file path
.HP
\fB\-p\fR '<file path>' : Ignore the given file path prefix
.TP
\fB\-v\fR
: Verbose mode (for debugging)
.SH "SEE ALSO"
.BR cde "(1)"
|