Module | Chef::ShellOut::Unix |
In: |
lib/chef/shell_out/unix.rb
|
Run the command, writing the command‘s standard out and standard error to stdout and stderr, and saving its exit status object to status
returns self; stdout, stderr, status, and exitstatus will be populated with results of the command