InterviewSolution
Saved Bookmarks
| 1. |
How do I check my current version of Ubuntu? |
|
Answer» To check the CURRENT version of Ubuntu, we have to follow these steps:
$ lsb_release –a No LSB modules are AVAILABLE. Distributor ID: Ubuntu Description: Ubuntu 17.10.3 LTS Release: 17.10 Codename: TRUSTY (The release and description numbers are an example here) The List of common Ubuntu terminal commands. |
|