EasyManua.ls Logo

Freenove Ultimate Starter Kit - WebIOPi Functionality and Considerations

Freenove Ultimate Starter Kit
286 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
33
Chapter 0 Preparation
www.freenove.com
support@freenove.com
And the terminal is case sensitive.
Then type “lsin terminal and press “Enter” key. The result is shown below:
ls”, List information about the FILEs (the current directory by default). Sort entries alphabetically.
Content between “$ and ”pi@raspberrypi:” is the current working path. ~ presents user directory. It is
equal to /home/pi” here. “pwd” can be used to view current working path.
cd is used to change directory. “/” presents root directory.
In later content, we will often change working path. Typing commands under wrong working path will cause
error messages. And the commands can not continue to be executed.
There are some frequently used commands and instructions in following table.
Command
instruction
ls
List information about the FILEs (the current directory by default). Sort entries
alphabetically.
cd
Change directory
sudo + cmd
Excute cmd under root authority
./
Under current directory
gcc
GNU Compiler Collection
git clone URL
Use git tool to clone the contents of specified repository, and URL is the repository address.
There are many commands later. For more details about command. You can refer to:
http://www.linux-commands-examples.com

Table of Contents