pollWhich version of the Linux C library are you using?

2.3.3
0% (0 votes)
2.4
0% (0 votes)
2.5
18% (2 votes)
2.6
0% (0 votes)
2.7
0% (0 votes)
2.8
0% (0 votes)
2.9
0% (0 votes)
2.10
0% (0 votes)
2.11
0% (0 votes)
2.12
18% (2 votes)
2.13
0% (0 votes)
2.14
0% (0 votes)
2.15
64% (7 votes)
2.16
0% (0 votes)
Total votes: 11

Comments

You can find out how the

manus_eiffel's picture

You can find out how the version number by using:

ldd `which \ls` | grep libc.so.6 | `awk -F" " '{print $3}'` | grep version
Syndicate content