Different ways to Reset user password in Mariadb mysql.
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today we will see how to edit a samba share in Solaris 10 and how to add/edit users in a samba share on Solaris 10 server. Lets see how to...
One of the common issue in VCS is when the application user gets prompted for password while running Veritas commands. The issue is not applicable for root user, other users...
In this post, we will see different ways to see what all users are logged into my Linux server. Lets have a look at different commands to achieve this. 1....
We usually give sudo access via /etc/sudoers.conf file using visudo command. However sometimes we need to grant specific command access to users with limited options. In this case, it is...
Today we will see how to view user login history in linux. For this, we will use “last” command which gives login history for any specific username mentioned. If we...
Today we will look various different ways to view current logged in users in linux. The user login data is usually saved and read from /var/run/utmp file. Lets see different...