Ninad Pathak

Ninad Pathak

How to Use the chown Command in Linux

Chown Command In Linux

In this tutorial, we’ll go over the chown command in Linux. The Linux operating system is designed to be secure and allows file access to only those users who have the required permissions. Each file has specific owners and only…

How to Use The time Command in Linux

Time Command

The time command in Linux is used to determine how long a given command will take to run. We use the time command to test the performance of scripts and commands. What’s the Need for the time Command in Linux?…

How to Use the Linux watch Command

Linux Watch Command

In this tutorial, we’ll be going over the Linux watch command and how we can utilize it in our Linux administration work. Essentially, the watch command is a utility that allows us to continually execute a command at specific intervals…

Adding users to sudoers file on Ubuntu Linux

Add User To Sudoers

Most of the Linux Distributions don’t allow ‘root’ user also known as superuser by default as a security measure to prevent accidental or intentional changes that could harm the system. Especially in an enterprise setup, this would mean disaster. Instead,…

Linux Zip and Unzip Commands

Zip and Unzip commands

With windows, you have a couple of well-known GUI utilities like WinRAR, 7zip, etc. that allow you to play around with archived files. What do you do in the case of Linux? The answer is – Linux zip and unzip…

How To Install Flask on Ubuntu

Install Flask On Ubuntu

With a boom in back-end web development technologies, working with the right framework can make or break your web development efforts. Python Flask is one of the many good frameworks out there. Flask is a popular Python web framework that…

Sudo Command in Linux/Unix

Power Up

When you use the sudo command for the first time, you see the message “With great power, comes great responsibility.” And rightly so. “Sudo” is short for Superuser Do. With this command, any user who has been granted permissions has…