Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
m
- Mmap Description: Mmap is a system call in Unix and Unix-like operating systems that allows mapping files or devices into a process's virtual memory.(...) Read more
- Mtime Description: Mtime, or 'modification time', is a file attribute in Unix-like systems that indicates the last time a file was modified. This(...) Read more
- Makefile Description: A Makefile is a document that contains a set of directives used with the build automation tool 'make'. This file defines how(...) Read more
- Mkdirp Description: Mkdirp is a command used in various Unix-like operating systems that allows the creation of a directory and, if necessary, all(...) Read more
- Mysqld Description: Mysqld is the MySQL server daemon process, an open-source relational database management system. This process is essential for the(...) Read more
- Mlock Description: Mlock is a system call in Unix-like operating systems, such as Linux and BSD variants, that allows a process to lock a specific(...) Read more
- mkswap Description: mkswap is a command used in Unix and Linux-based operating systems to configure a swap area on a device. The swap area is a disk(...) Read more
- Multicast Description: Multicast is a communication method where data is sent to multiple recipients simultaneously. Unlike unicast, which sends data to a(...) Read more
- Mutex Description: A mutex, short for 'mutual exclusion', is a synchronization primitive used to prevent concurrent access to a shared resource in(...) Read more
- Module Description: A module is a separate component that can be loaded into the kernel to extend its functionality. In the context of operating(...) Read more
- Management Description: Management refers to the processes of planning, organizing, leading, and controlling resources. In the context of technology,(...) Read more
- Middleware Description: Middleware is software that acts as a bridge between different applications or services, facilitating communication and data(...) Read more
- Mapping Description: Mapping refers to the process of associating one set of data with another. This concept is fundamental in various disciplines,(...) Read more
- Message Description: A message is a piece of information sent from one process to another. In the context of computing and telecommunications, messages(...) Read more
- Mask Description: A mask is a binary pattern used to select bits from a binary number. In the context of computing and networking, masks are(...) Read more