RTEMS CPU Kit with SuperCore
4.11.3
|
Basic NFS Filesystem Utilities for Testing the NFS. More...
#include <stdio.h>
#include <dirent.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include <inttypes.h>
Functions | |
int | pwd (void) |
int | ls (char *dir, char *opts) |
int | cp (char *from, char *to, char *opts) |
int | ln (char *to, char *name, char *opts) |
int | rm (char *path) |
int | cd (char *path) |
Basic NFS Filesystem Utilities for Testing the NFS.