Hello Adventures, In this post we are going to discuss “How to make two different java homes( two different java version) for the two users in linux ? “. This is mainly needed when we run two different application which
Linux : /etc/skel Directory
Hello All, In this post we are going to explore the directory `/etc/skel` under Linux. This directory is responsible to make all the users to get default path i.e., $PATH (where ‘bash_profile’ is there). The content of this directory will be copied to the
What Linux Admin should know : Password Management
Password is string of characters used for an authentication, when correct password is provided, you become an authenticated user and you are given access to services that are allowed to. Its a good practice, to change the password once in
What Linux Admin should know : User Management
Users are someone those who have given permission to access the server and enjoy the resources of the server. They can connect to the server via ssh and they can create, modify and delete the files and directories. Users can