#include <stdlib.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <ostream>#include <fstream>#include <sys/wait.h>#include <string>#include <boost/algorithm/string.hpp>#include "storage/AppUtil.h"#include "storage/SystemCmd.h"#include "storage/OutputProcessor.h"Namespaces | |
| namespace | storage |
Defines | |
| #define | PRIMARY_SHELL "/bin/sh" |
| #define | ALTERNATE_SHELL "/bin/bash" |
| #define | BUF_LEN 256 |
| #define ALTERNATE_SHELL "/bin/bash" |
Referenced by storage::SystemCmd::doExecute().
| #define BUF_LEN 256 |
Referenced by storage::SystemCmd::getUntilEOF().
| #define PRIMARY_SHELL "/bin/sh" |
Referenced by storage::SystemCmd::doExecute().
1.5.6