Step 1: Concept
A line given as the intersection of two planes has a direction vector equal to the cross product of the normals of the two planes.
Step 2: Meaning
$\vec{n_1} = (1, -1, 1)$. $\vec{n_2} = (1, -3, 0)$.
Step 3: Analysis
$\vec{n_1} \times \vec{n_2} = \begin{vmatrix} i & j & k \\ 1 & -1 & 1 \\ 1 & -3 & 0 \end{vmatrix} = i(0 - (-3)) - j(0 - 1) + k(-3 - (-1))$. This equals $3i + j - 2k$.
Step 4: Conclusion
The direction ratios are $(3, 1, -2)$.
Final Answer: (C)