You are not logged in.
Pages: 1
Hi, everybody,
Solving a minor trouble (man pages not showing) I learned that the problem has something to do with /etc/profile* files. There is an advice on this forum to replace /etc/profile with /etc/profile.pacnew; I tried it, and it worked, but I feel very uncomfortable because I don't understand. I'd be very grateful for an introductory explanation and/or an appropriate link.
Offline
open it and look.
Offline
If you open profile file you can si bunch of export commands and settig variables. These are usefull if you want to export or unset some variable for whole your enviroment, not just for one terminal like you can do it in .bashrc. For example, you solved man page problem by substitution of /etc/profile. /etc/profile.pacnew unset variable MANPATH which was declared in old /etc/profile.
Offline
Offline
Pages: 1