• jqubed@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    I’m a few days behind but think I can catch up.

    Under the “Creating a working admin account” section, the command usermod -a -G admin [username] gave me the result usermod: group 'admin' does not exist

    Based on reading later in the section I tried usermod -a -G adm [username] and that seemed to work. Is this just a typo in the original command?