$V$ is a $3$-dimensional Euclidean vector space with scalar product. Let $(e_1,e_2,e_3)$ be an ordered orthonormal basis of $V$ and let $A$ be the permutation operator defined by $$A(e_1) = e_2, A(e_2) = e_3, A(e_3) = e_1$$
How to check that this is an orthogonal linear map with $\det (A) = 1$, so it is a rotation?
You see that the matrix of the transformation w.r.t. this basis is $$ M(A)=\left(\begin{array}{ccc}0&0&1\\1&0&0\\0&1&0\end{array}\right). $$ It is easy to verify that the transpose of this matrix is its inverse, so it is orthogonal. Because $\det M(A)=1$, it is a rotation.