Linux disk

Hi, how to check health disk on linux system ?
I wish to know the equivalent of chkdsk command in lnx and its manual user.
tkx.

I think you mean filesystem health: e2fsck if you are using ex3, which is the default in almost every dist.
Regards.

badblocks
badblocks is used to search for bad blocks on a device (usually a disk partition).

e2fsck is used to ex2!

Read man pages before stating such things:

E2FSCK(8)                                                                                           E2FSCK(8)

NAME
       e2fsck - check a Linux ext2/ext3 file system

SYNOPSIS
       e2fsck  [ -pacnyrdfkvstDFSV ] [ -b superblock ] [ -B blocksize ] [ -l|-L bad_blocks_file ] [ -C fd ] [
       -j external-journal ] [ -E extended_options ] device

(...)

ha ,i am sorry

Yeah, I just was search this. Tkx