How to unlock user in IBM AIX server ?
Today in this post, we will see a quick tip how to unlock a user in AIX. Its quick and a very useful tip during day to day Unix/Linux operations....
Today in this post, we will see a quick tip how to unlock a user in AIX. Its quick and a very useful tip during day to day Unix/Linux operations....
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...
Have you ever worked in latest versions of fedora ? If yes, you might have observed some directories “/run/user/some-number” when doing “df -h”. Lets see the command output. [saket@localhost ~]$...
Today in this post, we will look how to run a command with root user, i.e. using sudo on remote server. And how to place it in a loop to...
Do you know what is the default home directory of a user in Linux and Solaris ? In this post, we will look at the difference between default user home...