net – POFTUT

How To Add, Remove and Manage Windows Shares Network Drives From Command Line?

Windows operating systems provides some mechanism to share the resources between different systems. One of the most known and popular tool to manage these resources is net command whit related sub command. In this tutorial we will look how to create, mount, remove and manage network shares with net use  and net share command. Syntax We … Read more

List and Change Kernel Config Variables With Sysctl Command

Linux operating systems run  on the kernel actually Linux kernel. The kernel name is Linux but the distributions are generally named as Linux. Kernel provides operating system services to the user space applications. Kernel have a lot of option and configurations possibilities to meet user space applications, libraries and system administrator needs. These configurations may … Read more