Of course I know to set one of the variables (x, y, or z) to be zero. But I want to know how to get the more trivial answers.
No, you don't. If you do that you will get $aw + bu = 1$ where $\gcd(a,b) \ne 1$ which is impossible. In particular $6x + 15y = 1; 6x + 20z= 1; 15y + 20z = 1$ which are all impossible.
But if you set one of the variables, say $z$, to $20z \equiv 1 \mod \gcd(x,y)$ you will get $6x + 15y = k*\gcd(6,15)$ which will be solvable.
So $20z \equiv 1 \mod \gcd(6,15) \equiv 1 \mod 3$
e.g. $z = 2$ so $6x + 15y + 40 = 1$ and $2x + 5y = - 13$ which can be solved with $x = 1; y= -3; z=2$
So how to get all the other solutions? (Did you really mean to say "more trivial"?)
Will if you fix one variable, say $x$, we know $6(x - 5*k) + 15(y + 2*k) + 20z = 6x + 15y + 20z$.
We can generalize this to $6(x - 5*k - 10*j) + 15(y + 2*k - 4*l) + 20(z + 3k + 3*l) = 6x + 15y + 20z$.
(Or more general $a(x - \frac{\text{lcm}(a,b)}{a} - \frac{\text{lcm}(a,c)}{a}) +b(y + \frac{\text{lcm}(a,b)}{b} - \frac{\text{lcm}(b,c)}{b})+c(z + \frac{\text{lcm}(a,c)}{c} + \frac{\text{lcm}(b,c)}{c})=ax + by+ cz$.)
So solultions are $x = 1 - 5k - 10j; y = -3 + 2k - 4l; z = 2 + 3j+3l$ will be all solutions for any integer $j,k,l$.