The-Capstone-Project / OS-Scraper

Operating System Information Scraping Agents
GNU General Public License v3.0
2 stars 0 forks source link

Running Services and Daemons and their status #22

Open psychoSherlock opened 1 day ago

psychoSherlock commented 1 day ago

Hi Krish, this is your first task: List of active services (systemctl list-units --type=service). Startup settings for services (enabled, disabled). Daemon-specific configurations (e.g., sshd_config).

Goal is to retireve the status of these informations, specifically. This is because sometimes its required to know the status of the services especially so that one could debug. As someone experienced with linux, you might not need any teammate for this task, infact it might slow you down most of the time. But be sure to communicate, either whatsapp or preferabbly github. No deadlines for now, but asap.

I hope you know the working structure. Heres the tldr:

Also side note: You may notice that other agents are printing stuffs. You have to print for now, but later they will be asked to modularize their code. This means splitting the code to functions and also being able to pass arguments, and return the results. This is how the exact agent work and not by printing. If you would like to, you can go this way now anyway. But you still have to print untill we say not to

"Help will always be given at Hogwarts to those who ask for it." - Dumbledore

solvz commented 1 day ago

Sent a pull request for review and merge