![mangOH Red Manual Download Page 60](http://html.mh-extra.com/html/mangoh/red/red_manual_699547060.webp)
G:: Quick Reference — Commands in this Guide
Rev 3 9/21/17
60
mv <file> <destination>
If <destination> is an existing directory name, move the <file> into that
directory.
Otherwise, rename the <file> using the <destination> name.
ping <ip_address>
Test the connection between the device and the a network host at
<ip_address>.
repo init -u git:<path> -m <manifest>
First, clone the manifest repository indicated by ’-u’ option (e.g. git://
github.com/legatoproject/manifest).
Then use the <manifest> located in that cloned repository to clone and
check out the specified version of each repository in the manifest.
repo sync
Get the latest updates for all git repositories and perform all updates
allowed by the manifest.
rm <filename>
Remove (delete) the listed file.
ssh root@<ip_address>
Log in as the root user to the device at <ip_address>.
sudo <command>
Run the <command> as the ’superuser’ (root/admin privileges).
sudo chown -R <username> <path>
Change the file ownership of all files in the named <path> to the named
<username>.
uname -m
uname command displays information about the LInux environment.
uname -m displays the machine hardare name (which indicates whether
the machine is 32-bit or 64-bit)
Table G-1: Commands Used in the Getting Started Guide (Continued)
Command
Description