Jaedsada.me
    Example Me

    เพิ่ม User บน Ubuntu 18.04


    create home directory for new user

    $ mkdir -p /home/<new user>

    create user

    $ useradd -d /home/<new user> <new user> 

    set the user group ownership

    $ chown -R <new user>:<new user> /home/<new user>

    set default shell for user login

    $ usermod --shell /bin/bash ubuntu
    May 31, 2020

    อื่นๆ

    • Create Swap
    • Set SSH Passwordless
    • Sudo not require password
    • Vi(m) คืออะไร
    • เพิ่ม User บน Ubuntu 18.04
    • ติตตั้ง MariaDB
    • ทำความรู้จัก chmod
    • วิธี Generate Public Key from Private Key
    • Setup sFTP Server on Ubuntu 20.04
    Back
    Create SwapSet SSH PasswordlessSudo not require passwordVi(m) คืออะไรเพิ่ม User บน Ubuntu 18.04ติตตั้ง MariaDBทำความรู้จัก chmodวิธี Generate Public Key from Private KeySetup sFTP Server on Ubuntu 20.04