System Tools and Applications¶
Copyright © Quectel Wireless Solutions Co., Ltd. 2026. All rights reserved.
Archive and Extraction Tools¶
In a Linux system, the tar command is usually included by default and does not need to be installed separately. It is one of the core tools and is preinstalled in almost all Linux distributions, such as Ubuntu, CentOS, and other Linux distributions.
Install tar if needed:
sudo apt update && sudo apt install tar
By default, tar supports archive creation and extraction. Compression and decompression depend on other tools such as gzip, bzip2, and xz, which are usually also preinstalled.
Tool |
Function |
Example Command |
|---|---|---|
|
Create or extract a regular tar archive. |
|
|
Create or extract a gzip-compressed tar archive. |
|
|
Create or extract a bzip2-compressed tar archive. |
|
|
Extract zip files. The current board lacks |
|
File System and Disk Tools Verified¶
Tool |
Function |
Example Command |
|---|---|---|
|
View capacity, used space, and remaining space of each filesystem mount point. |
|
|
Calculate directory or file space usage, suitable for checking the size of a specific directory. |
|
|
Read-only view of disk and partition table information. This test successfully listed the eMMC GPT partitions. |
|
|
Read-only view of disk partition tables and partition names. |
|
|
Notify the system to reread the partition table. This test only viewed help and did not refresh real devices. |
|
|
View mount points or mount/unmount filesystems. This test only read the current mount status. |
|
|
Block-level data copy tool. This test only performed a safe smoke test writing to the null device. |
|
Process Management and Monitoring Tools Verified¶
Tool |
Function |
Example Command |
|---|---|---|
|
View the current process list. |
|
|
View CPU, memory, and process usage in real time or batch mode. |
|
|
Terminate specified processes. This test only verified that the commands exist and did not terminate business processes. |
|
|
Run a command in the background and keep it running after the terminal exits. |
|
|
Set or adjust process priority. |
|
|
View memory, swap, I/O, scheduler, and CPU overview. |
|
|
View or manage systemd service status. |
|
|
View systemd logs. |
|