Given the linear system in $\mathbb{Z_3}$:
$$ \left\{ \begin{array}{c} a+b+c+d=1 \\ b+c+e=2 \\ a+2e=0 \end{array} \right. $$
I used the row reduction with matrices and I got:
$$ \left\{ \begin{array}{c} a+b+c+d=1 \\ b+c+e=2 \\ d=2 \end{array} \right. $$
But now I don't know how to find the solutions.
What you probably did is add the last two equations to get $$ 2=a+b+c, $$ since $3e=0$. Now the first equation gives you $d=1-2=2$. Going back to the system (and again using $2=-1$), $$ \left\{ \begin{array}{c} a+b+c=2 \\ b+c+e=2 \\ a-e=0 \end{array} \right. $$ and we already know $d=2$, $a=e$. Now theh first two equations are $a+b+c=2$, and so we are free to prescribe two of them. So, say, if you prescribe $b=t$, $c=s$, you have $$ a=2+2t+2s,\ \ d=2,\ \ e=a. $$