How to remove a directory “-p” in Linux ?
In this post, lets see how to remove a file or directory starting with “-“. This is bit tricky as you can’t remove it directly. Lets check this out. 1....
In this post, lets see how to remove a file or directory starting with “-“. This is bit tricky as you can’t remove it directly. Lets check this out. 1....
In this post, we will see how to remove all files from a directory in Linux including the hidden files. Lets us have a look how to remove all files....
Today lets see the correct procedure to remove clone in Veritas VxVM Diskgroup. ### Display the snapshot volume. # vxsnap -g diskgroup dis snapshot_volume ### Stop the snapshot volume #...
Today we will see an interesting article how to resolve below error. I. Error Details [root@ngelinux001 conf.d]# service httpd start Starting httpd: [Wed May 18 23:41:31 2022] [notice] suEXEC mechanism...
Today in this article we will look how to remove a logical volume from a VG on IBM AIX server. Lets have a look at this one by one to...
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...
In this article, we will see how to find files/directory older than say 15 days and delete those files. The tip is very useful and we use this every alternate...
Today in this post, we will look how to remove empty lines from a file in bash shell linux. This is the easiest way to achieve this task. Removing empty/null...
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”,...