SSH (Secure Shell) without password using Putty
SSH (Secure Shell) without password using Putty SSH Protocol SSH (Secure Shell) is network protocol which helps to securely access the computer, mostly Linux based computers. SSH is one way … Read More
SSH (Secure Shell) without password using Putty SSH Protocol SSH (Secure Shell) is network protocol which helps to securely access the computer, mostly Linux based computers. SSH is one way … Read More
This is a beginner’s guide to navigating through the Linux File System. In this article, we will learn about the following commands: Content: pwd cd ls Command: pwd This command … Read More
The fdisk command is used for hard-disk partitions on Linux. It’s one of the most incredible assets you can use to oversee allotments, yet it’s befuddling to new clients. Step … Read More
The Linux filesystem is a tree-like hierarchy hierarchy of directories and files. At the base of the filesystem is the “/” directory, otherwise known as the “root” (not to be … Read More
Before we continue to learn about Linux shell commands, it is important to know that there are many symbols and characters that the shell interprets in special ways. This means … Read More
Add a New Group If you want to create a new group on your system, use the groupadd command following command, replacing new_group with the name of the group you want to create: … Read More
Create a New User Log in to your server as the root user. Use the adduser command to add a new user to your system. Be sure to replace username with the user that you want … Read More
One of the most important decisions while installing a Linux system is the amount of storage space to be allocated for system files, home directories, and others. If you make … Read More