Find a prime $p$ such that $f(x)=x^6 - x^3 +1$ factors in to linear factors in $\mathbb{F}_p[x]$
$\textbf{My attempt:}$
Notice that $f(x)$ is the $18$-th cyclotomic polynomial, $\Phi_{18}(x)$. For a prime, $p$, which does not divide $18$, the roots of $\Phi_{18}(x)$ are exactly the elements $\alpha \in \mathbb{F}_p$ such that $\alpha^{18} = 1$ in $( \mathbb{F}_p )^x$.
If I let $p=19$, then $(\mathbb{F}_{19})^x \cong \mathbb{Z}_{18}$, which will have an element of order $18$. And so $\Phi_{18}$ will have at least one linear factor in $\mathbb{F}_{19}$.
However, I have so far only shown $\Phi_{18}$ has at least one linear factor, but I need to show that $\Phi_{18}$ factors in to linear factors. How do I go on from here?