When I run the following from the linux command line it works properly and populates the chkconfig.bak file correctly :
#chkconfig --list > chkconfig.bak
But when the command is run from a daily shell script the chkconfig.bak file comes out empty.
Any guesses why this would be happening?