This simple utility (loosely modelled after the one on Solaris)
will open a named attribute directory for the "file" argument
and the fchdir() to it in a child process and execute a shell
command via system(3).
It allows named attributes to be manipulated via command
lines. It does not allow an interactive shell to be invoked.
In particular, this program needs to be reviewed to determine
if additional work related to signals is required, given that
it fork()s a child to perform the shell command.