Package managers
May 28,93In Linux, a package manager is a collection of software tools that automate the process of installing, upgrading, configuring, and removing …
Read Morejobs command
May 28,93The jobs command displays the status of jobs started in the current terminal window. Jobs are numbered starting from 1 …
Read MoreBackground and foreground processes
May 28,93You might have noticed that, when you launch a program, it takes over your terminal, preventing you from doing other work …
Read MoreChange process priority
May 28,93nice command Sometimes you might want to change the priority of a process in Linux. For example, you might run a …
Read MoreKill a process by name
May 27,93The killall command kills a process based on its name rather than its PID number. For instance, in our previos …
Read MoreKill a process in Linux
May 27,93The kill command is used to terminate (kill) a process in Linux. If a program becomes totally unresponsive, you might …
Read More