> Is /proc needed to run glibc on linux? Not strictly. glibc uses it for getcwd(3), fstatvfs(3), and ttyname(3). If /proc is not present, or the relevant /proc feature is not available, glibc falls back to alternative implementations. Hope this helps, Martin