RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Variables
main_umask.c File Reference

UMASK Shell Command Implmentation. More...

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_UMASK_Command
 

Detailed Description

UMASK Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_UMASK_Command

rtems_shell_cmd_t rtems_shell_UMASK_Command
Initial value:
= {
"umask",
"umask [new_umask]",
"misc",
rtems_shell_main_umask,
NULL,
NULL
}