User's Guide

-rw 337408 Jun 29 2020 16:54 - m717_1_03.pack
-rw 330199 Jun 29 2020 17:00 - m717_1_02.pack
-rw 4194304 Aug 8 2020 17:15 - speedtest.bin
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (7504 KB).
4.5.2. mkdir
Description
Creates a new directory.
Usage
mkdir <path-to-dir>, where <path-to-dir> is the path to the directory to be
created.
Examples
: mkdir new-directory
: ls
drw 0 Jun 26 2020 17:49 - firmware
-rw 337408 Jun 29 2020 16:54 - m717_1_03.pack
-rw 330199 Jun 29 2020 17:00 - m717_1_02.pack
-rw 4194304 Aug 8 2020 17:15 - speedtest.bin
drw 0 Aug 8 2020 19:09 - new-directory
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (7500 KB).
4.5.3. cd
Description
Used to change the current path to a new directory.
Usage
cd [path], where path is the path to the directory to change to. If no path
parameter is given, then the current path will be changed to the home directory.
Remarks
In this context, the “home directory is the root of the block device, currently
named /flash/.
Examples
: cd firmware
: pwd
/flash/firmware
: cd
: pwd
/flash/
4.5.4. cp
Description
Used to copy a file.
Usage
cp <source_file> <target_file>, where <source_file> and <target_file> are the path
to the source and target files respectively.
Remarks
Multiple files, as well as directory copy is not possible.
Examples
: cp m717_1_02.pack new-directory
: cp m717_1_03.pack new-directory
: ls new-directory
-rw 330199 Aug 8 2020 20:12 - m717_1_02.pack
33