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

chown Shell Command Implementation More...

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

Variables

rtems_shell_cmd_t rtems_shell_CMDCHOWN_Command
 

Detailed Description

chown Shell Command Implementation

Variable Documentation

◆ rtems_shell_CMDCHOWN_Command

rtems_shell_cmd_t rtems_shell_CMDCHOWN_Command
Initial value:
= {
.name = "cmdchown",
.usage = "cmdchown [OWNER][:[GROUP]] COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdchown
}