On Sun, 2006-04-30 at 00:04 -0400, Mike Chalmers wrote: > # setenforce 0 > bash: setenforce: command not found This would be because you've become the super user by simply typing in "su" rather than "su -". The second gives you the environment that root would get if root logged into a terminal (their search path, etc). You get the same thing if you "su" to another (ordinary) user. Without the dash, you continue working in your own environment, with the dash you work in theirs. -- (Currently running FC4, occasionally trying FC5.) Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists.