If you need to check your CUDA version in Linux (or on an NVIDIA machine running Jetpack), here are some commands you can use:
nvcc --version
dpkg -l | grep cuda
nvidia-smi
Either command above will give you want you need. Until next time!