Thread Operating System

 \ | /
- RT -     Thread Operating System
 / | \     3.1.0 build Jun 24 2018
 2006 - 2018 Copyright by rt-thread team

msh />help

RT-Thread shell commands:

memcheck         - check memory data
memtrace         - dump memory trace information
version          - show RT-Thread version information
list_thread      - list thread
list_sem         - list semaphore in system
list_event       - list event in system
list_mutex       - list mutex in system
list_mailbox     - list mail box in system
list_msgqueue    - list message queue in system
list_memheap     - list memory heap in system
list_mempool     - list memory pool in system
list_timer       - list timer in system
list_device      - list device in system
exit             - return to RT-Thread shell mode.
help             - RT-Thread shell help.
ls               - List information about the FILEs.
cp               - Copy SOURCE to DEST.
mv               - Rename SOURCE to DEST.
cat              - Concatenate FILE(s)
rm               - Remove(unlink) the FILE(s).
cd               - Change the shell working directory.
pwd              - Print the name of the current working directory.
mkdir            - Create the DIRECTORY.
mkfs             - format disk with file system
df               - disk free
echo             - echo string to file
ifconfig         - list the information of network interfaces
dns              - list the information of dns
netstat          - list the information of TCP / IP
ps               - List threads in the system.
time             - Execute command with time.
free             - Show the memory usage in the system.
list_fd          - list file descriptor
sf               - SPI Flash operate.
date             - get date and time or set [year month day hour min sec]


猜你喜欢

转载自blog.csdn.net/flycappuccino/article/details/80793605