Apache Mesos
Namespaces | Functions
chown.hpp File Reference
#include <fts.h>
#include <sys/types.h>
#include <pwd.h>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/os/stat.hpp>

Go to the source code of this file.

Namespaces

 os
 

Functions

Try< Nothingos::chown (uid_t uid, gid_t gid, const std::string &path, bool recursive)
 
Try< Nothingos::chown (const std::string &user, const std::string &path, bool recursive=true)