RTEMS CPU Kit with SuperCore  4.11.3
Functions
dirutils.c File Reference

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>
Include dependency graph for dirutils.c:

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)
 

Detailed Description

Basic NFS Filesystem Utilities for Testing the NFS.