Michael Grant wrote: > >> -report? >> > > Ahh, I had to do a razor-admin like this: > > su - root > # razor-admin -create > # razor-admin -register > > Even though I had done this initially as just 'su', it was using my > homedir to create the .razor directory. > Yep. Technically you only needed the -, and didn't need to specify root.
Plain "su" doesn't change the environment or run login scripts, but "su -" forces a full login as the target user. Both assume root by default.