Question 3.2: Starting a Terminal Session When using a Raspberry Pi, you n......

Starting a Terminal Session

When using a Raspberry Pi, you need to issue text commands in a Terminal.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

Click on the LX Terminal icon on your desktop (Figure 3-3). If there is no shortcut on the desktop, you can also open a LX Terminal from the Start menu in the Accessories group.

Discussion

When the LX Terminal starts, it will be set to your home directory (/home/pi).

You can open as many Terminal sessions as you want. It is often useful to have a couple open in different directories so that you don’t have to constantly switch directories using cd (Recipe 3.3).

See Also

In the next section—Recipe 3.3—we will look at navigating the directory structure using the Terminal.

3.3

Related Answered Questions

Question: 3.34

Verified Answer:

Use the Linux df command: $ df -h Filesystem   ...
Question: 3.33

Verified Answer:

Use the Linux date command. The date and time form...
Question: 3.32

Verified Answer:

Edit the file ~/.bashrc using nano (Recipe 3.6), a...
Question: 3.31

Verified Answer:

Run the program or command in the background using...
Question: 3.30

Verified Answer:

Redirect the output to /dev/null using >. For e...
Question: 3.24

Verified Answer:

Use the Task Manager utility, which you’ll find on...
Question: 3.29

Verified Answer:

Use the pipe command, which is the bar symbol (|) ...
Question: 3.27

Verified Answer:

Use the > command to redirect output that would...
Question: 3.28

Verified Answer:

Use the cat command to concatenate a number of fil...
Question: 3.26

Verified Answer:

Use the lsusb command. This will list all the devi...