Well, it is a linear equation system with five variables and three linear independent equations so the solutions form a two-dimensional vector space that can be described as the set of linear combinations of two vectors. These vectors are not unique, and can be easily found as usual in linear algebra:
2a-s = 0 ==> a = 1/2s
6b-5s-4t = 0 ==> b = (5s+4t)/6
2c+4t =0 ==> c = -2t
Hence, the solutions are
(a,b,c,s,t) = (1/2,5/6,0,1,0)*s + (0,4/6,-2,0,1)*t
which could alternatively also represented as follows
(a,b,c,s,t) = (3,5,0,6,0)*s' + (0,2,-6,0,3)*t'