os – POFTUT

What Is an Operating System (OS)?

What Is an Operating System (OS)?

An operating system is a software that is used to operate, use computer or server hardware, and provide these sources to the user applications. Operating systems is an intermediate software which is very important for computers and servers because it provides a lot of different services to the user side applications. Operating System History Operating … Read more

Nmap Operating System Detection

[rps-include post=6632] One of the most popular feature of nmap is its Operating System detection from network packets values. To get reliable detection result at least one port of the target should be open. Enable Operating System Detection Operating system (OS) detection can be enable with -O . On the other side -A parameter also provides operating system information. … Read more

How To Make Directory in Python?

Python provides different functions and libraries for operating system related operations. Creating new directory or directories is very popular thing amongst developers. In this tutorial we will look how to create and make directory in PYthon. Using OS Library with Mkdirs Function Python provides os library which is mainly used for Operating system related operations. We … Read more

Display Detailed System Information With Systeminfo For Windows Operating Systems

Windows operating system have a lot of third party tools used to get detailed system information like operating system, version, boot time, processor etc. We will look simple single command systeminfo to get detailed system information. List Information We will just issue the systeminfo command to get information about the computer. $ systeminfo We will get following … Read more

modprobe, lsmod, modinfo Command Tutorial With Examples To Load, List Linux Kernel Modules

What makes an Operating system Linux Distribution? All Linux distributions use same kernel named Linux Kernel. Linux kernel provides operating system services, hardware management, process management, memory management etc. Linux kernel is a monolithic kernel which means single executable all in one. But the operating systems should provide dynamic environments to comply user needs. Linux … Read more

Linux OS and Distributions

Newcomers to Linux world generally confuse or no idea about distributions. We call generally the operating system as Linux but actually Linux is just a kernel. So why we call all of them Linux because kernel is very important and without Linux kernel the distributions can not be exists. But reverse Linux can exist without … Read more