I don't understand your "Does that mean..."
In a UFD, the factorization into irreducibles of an irreducible is just itself. Just like, in $\mathbb{Z}$, the way to express $2$ as a product of primes is by writing $2=2$.
In a commutative ring, any divisor of a unit is itself a unit:
If $x$ divides $u$ and $u$ is a unit, then there exists $y$ such that $xy=u$, and there exists $v$ such that $uv=1$. Then $x(yv) = (xy)v = uv = 1$, so $x$ is a unit.
In particular, in a commutative ring, a product that contains at least one nonunit factor is a nonunit; and a product of units is a unit (easy to verify).
In a noncommutative ring, however, it is possible for a non-unit to divide a unit (on one side). Recall that in a noncommutative ring, a unit is an element $u$ that has a two-sided inverse, that is an element $v$ such that $uv=vu=1$. An element may have a one-sided inverse and not be a unit.
Here's a standard example:
Let $V$ be the vector space of all real sequences, with pointwise addition. Let $R$ be the ring of all linear transformation $V\to V$, with multiplication being composition of functions. Then we can let $\lambda\colon V\to V$ be the left-shift operator that maps the sequence $(a_0,a_1,a_2,\ldots)$ to $(a_1,a_2,a_3,\ldots)$, and $\rho\colon V\to V$ be the right-shift operator that maps the sequence $(a_0,a_1,a_2,\ldots,)$ to $(0,a_0,a_1,a_2,\ldots)$.
Then $\lambda\rho=1$, so $\lambda$ is a left divisor of a unit, and $\rho$ is a right divisor of a unit. However, neither $\lambda$ nor $\rho$ are units: a unit in $R$ must be a bijective linear transformation on $V$, but $\lambda$ is not one-to-one, and $\rho$ is not onto, so neither element is a unit.