Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Releases: TrinhHuuGiang/mini-project-Process_manager

v1.0.0 beta

29 Nov 15:51
Compare
Choose a tag to compare
v1.0.0 beta Pre-release
Pre-release

Beta Release: Process Manager

Release the beta version of Process Manager, a simple tool designed for Linux users to manage processes efficiently. This initial release has been tested on Ubuntu and includes the following features:

Key Features

  1. Display Process List:

    • Show all active processes running on the system with details such as process ID (PID) and process name.
  2. Manage Processes:

    • Suspend: Pause a selected process.
    • Resume: Resume a suspended process.
    • Terminate: Gracefully terminate a selected process.
    • Kill: Forcefully kill a selected process.

Important Notes

  • This is a beta release, so some features may not be fully stable.