Linux MCQ-03: Linux Hardware Configuration

Linux MCQ-03: Linux Hardware Configuration

The assessment test is an excellent way to test yourself before starting to study. It gives you an idea of where you should start and why. In an assessment test, test your current skills from beginning to advance lever for any subject or topic to check “what do you...
Linux tar command Help and Examples

Linux tar command Help and Examples

Tar is the most important command for Linux administrator and data backup engineer. Almost every day, we use this command to take the backup of a file or directory, moving data from a server to another, etc. Tar stands for Tape archive. Linux tar command most widely...
Linux curl command Help and Examples

Linux curl command Help and Examples

Curl is the most important command-line tool in Linux / UNIX for transfer data to or from a server using various protocols. Nowadays all most all IT people use curl utility to their work either system adminstrator or developer. It is use under verious script to do...
Linux scp command Help and Examples

Linux scp command Help and Examples

SCP stands for Secure Copy, as the name shows it use for securely copy the file, directory from one location to another. SCP use to copy files securely between networks and system/servers. It uses SSH protocol for authentication and data transfer. SCP command Syntax:...