Linux System Restart – How to Perform a System Restart the Terminal and Python/C++

This article coves multiple ways to perform a Linux system restart. We’ll be going over the steps to restart a Linux system from the terminal and also see a Python and C++ implementation of the same. The terminal is one of the most useful aspects of Linux as an operating system. From disconnecting networks to …

Linux System Restart – How to Perform a System Restart the Terminal and Python/C++ Read More »

Using cd command in Linux

It is nearly impossible to use Linux without knowing about the cd command. It is one of the first commands a person learns when they start working on Linux. The cd command lets us change directories. cd is short for ‘Change Directory‘. Linux file system consists of directories and subdirectories (directories within directories). A directory …

Using cd command in Linux Read More »

Using the pwd Command in Linux

The pwd command in Linux prints the complete path of the current working directory. PWD is short for Print Working Directory. It comes in handy to check the directory you are currently operating from. The command to change directories is cd. Basics of the pwd command Using pwd command is really easy. Type in the …

Using the pwd Command in Linux Read More »

How to use nice Command in Linux?

This article talks about the nice command in Linux. In Linux, each process has a nice value granted to it. This value influences the scheduling of processes and thereby determining the amount of CPU to spent on each one of them. “The more the nice value, the less the supposed priority”. This ultimately means that …

How to use nice Command in Linux? Read More »