How To Get the Kernel Version in Linux
This post will guide you how to check the kernel version in the Linux Operating systems. How do I find out the kernel version of my current CentOS or Ubuntu Linux server using uname command…. read more »
This post will guide you how to check the kernel version in the Linux Operating systems. How do I find out the kernel version of my current CentOS or Ubuntu Linux server using uname command…. read more »
This post will guide you how to install curl tool on your Debian Linux. How to run curl command to transfer data from or to a given server in your debian Linux. Curl Command Installing… read more »
This post will guide you how to list directories only from the command line in the Linux operating systems. How do I list just directory names using the ls command in Linux. In Linux, you… read more »
This post will guide you how to change directories in Linux Operating systems using the cd command. How do I change the current directory to a particular directory in the Linux terminal. cd Command Print… read more »
This post will guide you how to delete or remove a group from the command line in your Linux operating systems. How do I delete a group in your current Linux system using groupdel or… read more »
This post will guide you how to delete or remove a User account from the command line in your Linux operating systems. How do I delete a user account and its related files in your… read more »
This post will guide you how to list all processes for a given user at the shell prompt in your Linux Opearting systems. How do I list all running processes names for my user in… read more »
This post will guide you how to find a specic string from a given files or directories at the shell prompt in Linux. How do I find all files containing particular text string in your… read more »
This post will guide you how to find out what name and version of your Linux distribution from the bash shell prompt. How to find out what version of Linux you are running. There are… read more »
This post will guide you how to monitor a filesystem or a specified files in your Linux Operating systems. How do I monitor individual files or directories and executes commands or shell scripts with incron… read more »
This post will guide you how to find out if a bash variable is null or not in your Linux system. You just need to use the If or test commands with the -z option… read more »
This post will guide you how to find out my DNS Server IP ADDRESS in your Linux system. How to find a given website DNS Server IP address from the command line in Linux operating… read more »
This post will guide you how to kill or terminate a process in Linux operating systems. How do I use kill command to stop Process in Linux or Unix system. Kill Process by PID Kill… read more »
This post will guide you how to check running process from the command line in Linux operating systems. How to list, kill and manage process in Linux. List Running Processes Lookup Process View Top Process… read more »
This post will guide you how to show all running processes using ps or top command in Linux Operating system. How do I Use the top command to show running process in Linux. Show All… read more »