Ubuntu Server

How to Create and remove users on ubuntu server 21.04

August 15th 2021, 4:04
Creating users Creating users in Ubuntu can be done with one of either of two commands: adduser and useradd useradd Step 1 : First, Creating a User with specific home directory sudo useradd -d /home/username -m username Step 2 : If you list the storage of /home, you should see...
2240

How to Create and remove users on ubuntu server 18.04

August 15th 2021, 1:10
Creating users Creating users in Ubuntu can be done with one of either of two commands: adduser and useradd useradd Step 1 : First, Creating a User with specific home directory sudo useradd -d /home/username -m username Step 2 : If you list the storage of /home, you should see...
1372

How to Create and remove users on ubuntu server 16.04

August 15th 2021, 3:39
Creating users Creating users in Ubuntu can be done with one of either of two commands: adduser and useradd useradd Step 1 : First, Creating a User with specific home directory sudo useradd -d /home/username -m username Step 2 : If you list the storage of /home, you should see...
1059

How to Create and remove users on ubuntu server 14.04

August 15th 2021, 11:35
Creating users Creating users in Ubuntu can be done with one of either of two commands: adduser and useradd useradd Step 1 : First, Creating a User with specific home directory sudo useradd -d /home/username -m username Step 2 : If you list the storage of /home, you should see...
871

How to Install Ubuntu Server 14.04 LTS (Trusty Tahr)

August 15th 2021, 1:48
Step 1 : Insert the Ubuntu installation media into the appropriate drive, power on the system and follow the onscreen instructions to open the boot menu. The key you press at the beginning of the POST process differs from one machine to another, but it's quite often F10, F11, or...
1539

How to Install Ubuntu Server 16.04 LTS (Xenial Xerus)

August 14th 2021, 11:59
Step 1 : Insert the Ubuntu installation media into the appropriate drive, power on the system and follow the onscreen instructions to open the boot menu. The key you press at the beginning of the POST process differs from one machine to another, but it's quite often F10, F11, or...
1619

How to Install Ubuntu Server 18.04 LTS (Bionic Beaver)

August 14th 2021, 11:56
Step 1 : Insert the Ubuntu installation media into the appropriate drive, power on the system and follow the onscreen instructions to open the boot menu. The key you press at the beginning of the POST process differs from one machine to another, but it's quite often F10, F11, or...
1443

How to Install Ubuntu Server 20.10 (Groovy Gorilla)

August 14th 2021, 11:59
Step 1 : Insert the Ubuntu installation media into the appropriate drive, power on the system and follow the onscreen instructions to open the boot menu. The key you press at the beginning of the POST process differs from one machine to another, but it's quite often F10, F11, or...
1617

How to Install Ubuntu Server 21.04

August 15th 2021, 1:48
Step 1 : Insert the Ubuntu installation media into the appropriate drive, power on the system and follow the onscreen instructions to open the boot menu. The key you press at the beginning of the POST process differs from one machine to another, but it's quite often F10, F11, or...
2175