.xinitrc
Charles Swiger
cswiger at mac.com
Thu Mar 31 15:26:47 PST 2005
On Mar 31, 2005, at 6:17 PM, Gert Cuykens wrote:
> thx ps what is the difference between exec and without exec
Read "man sh":
exec [command [arg ...]]
Unless command is omitted, the shell process is replaced
with the
specified program (which must be a real program, not a
shell
built-in command or function). Any redirections on the
exec com-
mand are marked as permanent, so that they are not undone
when
the exec command finishes.
--
-Chuck
More information about the freebsd-questions
mailing list