What row echelon form means
In row echelon form, each pivot sits to the right of the pivot above it, and all entries below a pivot are zero.
That structure is produced by legal row operations such as swapping rows, scaling a row, or replacing one row with a combination of rows.
It is a standard way to solve linear systems and read matrix rank.