This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| get_rhel_version [2025/01/30 01:18] – created ken | get_rhel_version [2026/07/07 23:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Get installed RHEL version details ====== | ||
| + | \\ | ||
| + | === Get the major and minor version === | ||
| + | < | ||
| + | cat / | ||
| + | 8.10 | ||
| + | </ | ||
| + | \\ | ||
| + | === Get the major version === | ||
| + | < | ||
| + | cat / | ||
| + | 8 | ||
| + | </ | ||
| + | \\ | ||
| + | === Get the minor version === | ||
| < | < | ||
| cat / | cat / | ||
| + | 10 | ||
| </ | </ | ||
| + | |||
| + | |||