logout – POFTUT

How To Shutdown Windows From Command Line with Shutdown Command Examples and Tutorial

Windows operating systems provide the commandshutdown which has a lot of functions like a reboot, shutdown, logoff, etc. In this tutorial, we will look most useful of them. Windows XP is a very old operating system where it may lack some of the options and features described here. We will use tocmd.exe run from CLI. … Read more

How To Logoff User Forcibly in Linux?

We have some servers to manage. There are some user access to our server. We want to them log off or kill their processes by terminating. How can be achieve this? List Logged On Users We can logout other users forcibly like below. Keep in mind we need to be root to complete this command. … Read more