$
Linux Practice
Practice
Tutorials
English
한국어
日本語
中文
terminal
Welcome to Linux Practice Terminal!
Type "help" to see available commands.
user
@linux:
~
$
Process & Network Project
Reset Lesson
Combine process management and network tools in a practical scenario.
Step 1
Start by checking all running processes to understand the system state.
Type: ps aux
ps aux
Step 2
Filter processes to find only nginx-related ones.
Step 3
Test network connectivity by pinging google.com.
Step 4
Check the API server status using curl.
Step 5
The node server (PID 312) needs to be restarted. Kill it first.
Step 6
Verify the node process has been terminated.