Linux Explore Stats
Linux Explore stats month September 2012
Linux Explore stats month September 2012
This is actually, I want to share, how I learned the shell scripting. It may be helpful for beginners. I am writing it step by step so that it will easy to understand: STEP 1: Do your task manually & prepare the steps. If you know the basic Linux commands, it will help you to…
yum is a package management tool, used to install, uninstall or update the Linux (CentOS, RHEL, Fedora etc.) packages. You can use yum with root privilege only. To install a package: yum install packagename To update a package, if already install or to install a package: yum update packagename To reinstall a installed package: yum…