RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_cmdchmod.c File Reference

chmod Shell Command Implementation More...

#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <rtems/shellconfig.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_CMDCHMOD_Command
 

Detailed Description

chmod Shell Command Implementation

Variable Documentation

◆ rtems_shell_CMDCHMOD_Command

rtems_shell_cmd_t rtems_shell_CMDCHMOD_Command
Initial value:
= {
.name = "cmdchmod",
.usage = "cmdchmod OCTAL-MODE COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdchmod
}