For the equation
\begin{align}
2 u_{x} - 3 u_{y} + u - x = 0
\end{align}
it is seen that
\begin{align}
\frac{dx}{2} = \frac{dy}{-3} = \frac{du}{x-u}.
\end{align}
Solving for the $x-y$ equation, $2 dy + 3 dx = 0$, leads to $c_{1} = 3 x + 2 y$. Consider the second characteristic from
\begin{align}
dy = \frac{3 \, du}{u-x}.
\end{align}
This leads to $c_{2} = y - 3 \ln(u-x)$, or
\begin{align}
u = x + e^{(y+c_{2})/3}.
\end{align}
Making appropriate connections of the characteristics $c_{1}$ and $c_{2}$, it can be seen that a solution is
\begin{align}
u(x,y) = e^{-(x + y/3)} + x -2.
\end{align}
Verification
From the solution proposed solution it can be seen that:
\begin{align}
u_{x} &= 1 - e^{-(x+y/3)} \\
u_{y} &= - \frac{1}{3} e^{-(x+y/3)} \\
\end{align}
and leads to
\begin{align}
2 u_{x} - 3 u_{y} &= 2 - e^{-(x+y/3)} \\
&= x - \left[ e^{-(x+y/3)} + x - 2 \right] \\
&= x-u
\end{align}
which becomes
\begin{align}
2 u_{x} - 3 u_{y} + u = x.
\end{align}