Chapter 8. Process Management

Chapter 8. Process Management

Chapter 8. Process Management
Tag:

This chapter covers key concepts of processes on Linux and how to manage those processes. In this chapter, we demonstrate case examples using SSH remote login. If you haven't done SSH remote login setup yet, check the following topic pages.

Once you confirm the above settings are performed, connect with the server using your terminal or VS Code.

To connect to the remote server using the terminal:

Run the command below.

Command Line - INPUT (Local)
ssh ssh_test

To connect to the remote server using VS Code:

Use GUI (Graphic User Interface). Open the Remote SSH extension and select the SSH host connected with the Lightsail instance.

Chapter-8-Process-Management

Once the SSH remote login is established, the terminal will look like shown below.

Command Line - INPUT
 

The following topics are covered in this chapter.

TOPICS

This chapter covers key concepts of processes on Linux and how to manage those processes. In this chapter, we demonstrate case examples using SSH remote login. If you haven't done SSH remote login setup yet, check the following topic pages.

Once you confirm the above settings are performed, connect with the server using your terminal or VS Code.

To connect to the remote server using the terminal:

Run the command below.

Command Line - INPUT (Local)
ssh ssh_test

To connect to the remote server using VS Code:

Use GUI (Graphic User Interface). Open the Remote SSH extension and select the SSH host connected with the Lightsail instance.

Chapter-8-Process-Management

Once the SSH remote login is established, the terminal will look like shown below.

Command Line - INPUT
 

The following topics are covered in this chapter.

TOPICS
Tag: