> > FYI & FWIW for other new users who happen upon this thread; user *root*, > invoked with > sudo -i > > can be changed back to normal user with su - username; e.g., > su - pi >
Actually, what you're doing there is creating *another* shell, which is running inside your sudo shell, which is running inside your original user shell. A simple "exit", or Ctrl-D, will get you out of sudo -i mode (or, for that matter, any other shell). -tk -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
