How to Add User to Group in Linux.
How To Add User To Group. In this tutorial, we will explain how to add a user to a group in Linux systems. We will also show you how to...
Continue reading
How to use ftp command in Linux.
How To Use Ftp Command. In this tutorial, we will show you how to use the Linux ftp command through practical examples. Before You Begin FTP traffic is not...
Continue reading
How to use scp command.
How To Use Scp Command. In this tutorial, we will show you how to use the scp command through practical examples and detailed explanations of the most common scp options....
Continue reading
How to use tmux & how to understand tmux.
How To Use Tmux & How To Understand Tmux. Tmux is a terminal multiplexer an alternative to GNU Screen . In other words, it means that you can start a...
Continue reading
How to use curl command.
How To Use Curl Command. In this tutorial, we will show you how to use the curl tool through practical examples and detailed explanations of the most common curl options....
Continue reading
How to Check your CentOS Version.
How To Check Your CentOS Version. In this tutorial, we’ll show several different commands on how to check what version of CentOS is installed on your system. Check CentOS...
Continue reading
How to kill a process.
How To Kill A Process. In this article, we will show you how to use kill, killall, and pkill commands to terminate a process. The main difference between these tools...
Continue reading
How to remove files and directories.
How To Remove Files And Directories. This tutorial, will show you how to use the rm, unlink, and rmdir commands to remove files and directories in Linux. How to...
Continue reading
How to use cat command.
How To Use Cat Command. In this article, we will show you how to use the cat command through practical examples. cat Command Syntax The cat utility expressions take...
Continue reading