Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
uname26 - wrapper for executables that need a 2.6.x output from uname(2)
- Description:
The uname26 program is a small wrapper executable that activates the 2.6
personality patch in 3.x Linux kernels. It is a band-aid program to be used
when an executable has broken versioning logic (i.e. cannot deal with a 3.x
kernel version).
Usage: uname26 <executable and arguments>
Example:
$ uname -r
3.0.7-rt20.36.el6rt.x86_64
$ uname26 uname -r
2.6.40-rt20.36.el6rt.x86_64
Packages