Author Archives: systemadmin

How to use dig command.
How To Use Dig Command. This tutorial explains how to use the dig utility through practical examples and detailed explanations of the most common dig options. The dig command, allows...
Continue reading
How to use grep command.
How To Use Grep Command. In this article, we will show you how to use the grep command through practical examples and detailed explanations of the most common GNU grep...
Continue reading
How to use ln command.
How To Use Ln Command. In this tutorial we will show you how to use ln command to create a symlink.   Links Types There are two types of links...
Continue reading
How to use touch command.
How To Use Touch Command. In this article we will show you hou to use touch command.   Files Timestamps. Before going into how to use the touch command, let’s...
Continue reading
How to Mount and Unmount File Systems.
How To Mount And Unmount File Systems. In this tutorial, we will go over the basics of attaching and detaching various file systems using the mount and umount commands.  ...
Continue reading
How to use tail command.
How To Use Tail Command. In this tutorial, we will show you how to use the Linux tail command through practical examples and detailed explanations of the most common tail...
Continue reading
How to transfer file with stfp command.
How To Transfer File With Stfp Command. In this tutorial, we will show you how to use the Linux sftp command.   What is SFTP: SFTP (SSH File Transfer Protocol)...
Continue reading
How to use chowncommand.
How To Use Chowncommand. In this tutorial, we will show you how to use the chown command through practical examples. The chown command allows you to change the user and/or...
Continue reading
How to create users with usseradd comand.
How To Create Users With Usseradd Comand. In this article, we will talk about how to create new user accounts using the useradd command.   useradd Command The general syntax...
Continue reading
How to use time command.
How To Use Time Command. In this article we will show you how to use time command. For example, if you have two different scripts doing the same job and...
Continue reading