tool like sfc /scannow of Windows

Asked by Alessio

Hi all, what do you think about creating a tool that scans our PC if it feels buggy or having any trouble? It can be usefull when we do any important upgrade of system. Windows use sfc /scannow, ubuntu have a similar tool? Bye

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alessio
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Could try debsums

What issues are you seeing?

Revision history for this message
Alessio (alessiogatto) said :
#2

Thanks for your answer. Now I don't have any problems, my question was only a curiosity.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

If you are able to describe, what the Windows command "sfc / scannow" does, then we might be able to name commands that do similar function on Ubuntu.

I can list some diagnostic commands already available:

sudo dpkg --audit # checks the package management system for broken dependencies
df # shows the usage for checking for (almost) full disks
ifconfig # shows (among others) the number of network transmission errors

etc. etc.