Use of uptime command in Linux/ Mac OS
use of uptime command in Linux problem You wish to see for how long your computer system is up and running (since powering up). This is for Linux, Mac OS, etc. SOLUTION Use of uptime command. In terminal write the following command: uptime output The uptime commands shows the following: the current time, 17:17 The […]
Stop a process using the Terminal in Mac/ Linux OS
Stop a process using the Terminal in Mac/ Linux OS problem You’ve been using a program on your Mac and suddenly crashed and is not working. It is not possible to quit or force quit as the interface is frozen. Running programs are treated as processes by the operating system. One way of terminating such […]