Diksha Patro has Published 123 Articles

MS-DOS Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 13:25:40

2K+ Views

Introduction MS-DOS (which stands for Microsoft Disc Operating Systems) is a Microsoft developed OS. This came out initially in 1981 and quickly became the preferred OS over IBM-compatible desktop computers in the decades that followed. Microsoft's DOS is an interface for the command line (CLI) OS, which means it lacks ... Read More

Move cmd command

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 12:33:54

2K+ Views

Introduction The "move" control in Microsoft Windows the Command Prompt can be helpful for moving archives or files from a single spot to a different one. This serves as a simple yet strong control that is able to be utilized to organize and handle your documents and folders as well. ... Read More

Difference Between Monolithic Operating System and Layered Operating System

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 11:20:07

5K+ Views

In this article, you will discover the distinction between layered and monolithic operating systems. But before we get into that, it's important to understand the benefits and drawbacks of monolithic and layered operating systems. What is a Monolithic Operating System? A Monolithic Operating System is a straightforward operating system where ... Read More

mindepth and maxdepth in Linux find() command for limiting search to a specific directory

Diksha Patro

Diksha Patro

Updated on 26-Jul-2023 10:57:06

5K+ Views

The find command in Linux is used to look for files and directories inside a directory structure. The find command's min depth and max depth arguments let you restrict the search to a certain directory or depth level. Max depth defines the maximum depth level up to which the search ... Read More

Monitors in Process Synchronization

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 15:06:50

10K+ Views

Monitors are a synchronization tool used in process synchronization to manage access to shared resources and coordinate the actions of numerous threads or processes. When opposed to low-level primitives like locks or semaphores, they offer a higher-level abstraction for managing concurrency. Let's examine monitors to see what they are, why ... Read More

Mimic the Linux adduser command in C

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 15:04:16

329 Views

The add user command in Linux is used to add new user accounts on operating systems that resemble Unix. It is frequently used by system administrators to add new users with predetermined usernames, passwords, and other user-related information System calls Software can communicate with the kernel of the operating system, ... Read More

Microsoft Windows (10) Vs macOS (Mojave)

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 15:01:46

262 Views

Introduction Microsoft Windows 10 has become the most recent version available for Microsoft Corporation's prevalent platform. It became available in the year 2015 and has since grown into one of the most popular laptop operating systems. The latest version of Windows has an adaptable user experience, sophisticated safety features, and ... Read More

Methods to clean temporary files from Ubuntu

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:59:57

2K+ Views

Introduction Temporary documents are data produced by calculating for storing details whereas another operation is being carried out performed. These short-term documents may build up over time and consume valuable disc space. Ubuntu is an established Linux-based operating system that includes a number of methods for cleaning temporary data and ... Read More

Methods in Interprocess Communication

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:57:39

4K+ Views

Introduction Inter process communication (IPC) was the transfer of information and interaction between multiple processes in an electronic system. Every operation in a tasking process structure runs on its own, as well as communication between them is required if these processes require to exchange of information or coordination of what ... Read More

Message-based Communication in IPC(inter-process communication)

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:54:25

1K+ Views

Introduction Message-based communication (MBC) is a type of communication within a process (IPC) in which multiple procedures share data by sending statements to the other person. The transmission procedure structures an e-mail that included what needs to be passed on and provides it to the process of reception in this ... Read More

Advertisements