Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: danielibarnes on February 13, 2009, 02:01:47 PM

Title: /root/.profile
Post by: danielibarnes on February 13, 2009, 02:01:47 PM
I noticed that /root/.profile (1.1) contains:

Code: [Select]
while [ 1 ]; do
   exec -su "$TCUSER"
done

why is it a loop if exec never returns? Is it a relic from a non-exec past? I was just curious.
Title: Re: /root/.profile
Post by: roberts on February 13, 2009, 02:46:17 PM
Seems to be the case. My age is showing.