How to remove all emergency fixes from IBM AIX server in one go ?
Today in this article, we will see how to remove all emergency fixes from an IBM AIX server using a single command. Lets see this step by step. 1. Check...
Today in this article, we will see how to remove all emergency fixes from an IBM AIX server using a single command. Lets see this step by step. 1. Check...
Today we will look at an interesting article to understand how to change disk parameter in IBM AIX OS. We will change queue depth of the disk to 8 to...
Today we will look at an interesting article how to resolve NFS Stale file handle issue which works in most of the cases. However sometimes we need to perform some...
In this post, we will look different ways to get owner of a file in linux. We generally use ls command, however there are different ways available to achieve this....
In this post, we will look at an interesting tip to keep two directories in sync with each other. It helps us to take backup of a directory and perform...
In this article, we will look different ways or tricks to count number of files inside a directory in linux. I. Get files inside /tmp Using “wc -l” command on...
Lets see how to run a playbook on a single selected host or multiple selected hosts. We can either make groups in hosts file or mention the host name using...
In this article, we will look at a trick how to disable crontab “-r” option in Linux. “E” and “R” lies nearby, hence there are chances while typing “crontab -e”,...