当前位置:   article > 正文

Ubuntu系统查看版本_ubuntu查看pcl版本

ubuntu查看pcl版本
  1. uname -a,查看操作系统的发行版号和操作系统版本。

  2. uname -v,查看版本号。

  3. lsb_release -a,查看发行版本信息,并且方法可以适用于所有的Linux发行版本。

  4. cat /etc/issue,查看到当前是Linux什么版本系统。

  5. cat /proc/version,查看内核的版本号。

  6. nvidia-smi,查看GPU.

    1. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ uname -a
    2. Linux herri01-HP-Z4-G4-Workstation 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
    3. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ uname -v
    4. #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022
    5. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ lsb_release -a
    6. No LSB modules are available.
    7. Distributor ID: Ubuntu
    8. Description: Ubuntu 22.04 LTS
    9. Release: 22.04
    10. Codename: jammy
    11. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ cat /etc/issue
    12. Ubuntu 22.04 LTS \n \l
    13. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ cat /proc/version
    14. Linux version 5.15.0-48-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022
    15. (base) cynthia@herri01-HP-Z4-G4-Workstation:~$ nvidia-smi
    16. Fri Sep 23 13:18:26 2022
    17. +-----------------------------------------------------------------------------+
    18. | NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
    19. |-------------------------------+----------------------+----------------------+
    20. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
    21. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
    22. | | | MIG M. |
    23. |===============================+======================+======================|
    24. | 0 NVIDIA TITAN RTX On | 00000000:21:00.0 Off | N/A |
    25. | 41% 30C P8 16W / 280W | 104MiB / 24576MiB | 0% Default |
    26. | | | N/A |
    27. +-------------------------------+----------------------+----------------------+
    28. +-----------------------------------------------------------------------------+
    29. | Processes: |
    30. | GPU GI CI PID Type Process name GPU Memory |
    31. | ID ID Usage |
    32. |=============================================================================|
    33. | 0 N/A N/A 2273 G /usr/lib/xorg/Xorg 90MiB |
    34. | 0 N/A N/A 2399 G ...ome-remote-desktop-daemon 3MiB |
    35. | 0 N/A N/A 2451 G /usr/bin/gnome-shell 8MiB |
    36. +-----------------------------------------------------------------------------+

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/1008325
推荐阅读
相关标签
  

闽ICP备14008679号