```osquery> select u.uid,u.shell,username,path,...
# macos
s
Copy code
osquery> select u.uid,u.shell,username,path,encrypted from users u JOIN user_ssh_keys USING(uid);
libc++abi.dylib: terminating with uncaught exception of type boost::filesystem::filesystem_error: boost::filesystem::current_path: Permission denied
Abort trap: 6