fedora

How to install Java JDK and set JAVA_HOME in Fedora

In order to install Java JDK in Fedore, please follow this process

Required data

  • development package = development java package that contains the JDK, which includes the JRE and its complements as the javac (the compiler)

Sample data

  • development package = java-1.8.0-openjdk-devel.x86_64

Process

1. Get into the machine and execute this command

How to create a user in linux

In order to create a user within a linux environment follow these steps

Required data

  • username = user alias to be asigned 

Sample data

  • username = alejandro

Process

1. Issue the useradd command to create a locked user account:

[root@sandbox www]# useradd abernal

2. Unlock the account by issuing the passwd command to assign a password and set password aging guidelines:

[root@sandbox www]# passwd abernal

Pages

Subscribe to RSS - fedora