Category Archives: PC

PC

How to Read Email in Linux

In this tutorial, we will show you how to read Email in Linux.
With the mail command, you can send and read the emails in your inbox. You have to basically work with the users attribute over here. If specified, you can send the mail to that particular user, and if not you can read you emails.
To understand how to read your email in linux let’s look at an example in the tutorial given below.


read more »

PC

How to Use Unix MORE Command

In this tutorial we will show you how to use the unix more command. The more command is used in Linux for displaying the text on the screen.
It is basically a filter that can be combined with other attributes, for example paging through the text etc.
In this tutorial w e will explore the different variations that come along with the unix commands of more.


read more »

PC

How to Use Unix Zip Command

In this tutorial we will show you how to use the unix zip command. Over here, we will also encrypt the zip files through the terminal application only.
The zip command compresses the file while encrypting it. You can even unzip the file later on by entering its command.
To understand how to use the unix zip commands better, follow the tutorial below.


read more »

PC

How to Use RM Command in Unix

In this tutorial, we will show you how to use the unix rm command.
The RM command is used in UNIX based environments to remove directories or files. It can be used with different switches as well.
To understand more about unix commands of rm follow the tutorial steps given below.


read more »

PC

How to Check Linux Red Hat Version You Use

In this tutorial we will show you how to check the redhat version in Linux that you use. Red Hat acts as a bridge between organizations who use open source software and those who create it. It allows the consumption of open source technology by creating an enterprise environment.
To learn how to check linux red hat versions on your system, follow the tutorial steps given below.


read more »

PC

How to Write Bash For Loop Array

In this tutorial we will show you how to write a bash for loop array. This command let’s your make a string and form a loop that is repeated in the output. Loops and arrays are easy to create in Linux.
To understand how to create a loop array, follow the tutorial steps given below.


read more »

PC

How to Use FTP Unix Command

In this tutorial we will show you how to Use the ftp unix command. Ftp; that stands for File Transfer Protocol, is a protocol that allows the transfer or receiving of files from a host to the other. This can be done through a network like the internet.
To understand more about the unix ftp commands follow the tutorial steps given below.


read more »

PC

How to Use Diff Unix Command

In this tutorial we will show you how to use the diff unix command.
The diff command is simply used to compare the data of two files. What this command does is that it prints the lines from the two files which are different.
To understand more about the unix commands of diff follow the steps given below.


read more »

PC

How to Use Unix MV Command to Rename a File

In this tutorial we will show you How to Use the unix mv command. The MV command is used to rename file names and directories. For that you have to go to the terminal application, list the contents of the directory and enter the command which can be used to rename files.
To understand more about unix commands of mv follow the tutorial steps given below.


read more »

PC

How to Use Unix PS Command

In this tutorial we will show you how to use the unix ps command.
The PS command is used to track down the processes currently running on the Operating system. In this tutorial, we will demonstrate the unix commands of ps along with its different attributes.


read more »