Skip to content

Commit 20e32b3

Browse files
Create OSmd
1 parent 873a0e5 commit 20e32b3

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

  • DFIR/Digital Forensics/Linux

DFIR/Digital Forensics/Linux/OSmd

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## OS release information
2+
The /etc/os-release file is a standard file found in many Linux distributions that contains information about the operating system. It's used to provide metadata about the distribution, including its name, version, and some other details
3+
4+
| Field | Description |
5+
|----------------|------------------------------------------------------------|
6+
| NAME | The name of the operating system. |
7+
| VERSION | The version of the operating system. |
8+
| ID | An identifier for the operating system, often used by package managers and other tools. |
9+
| ID_LIKE | IDs of operating systems that this one is similar to. |
10+
| PRETTY_NAME | A human-readable description of the operating system. |
11+
| VERSION_ID | A specific version identifier, often used by scripts or programs to determine the OS version programmatically. |
12+
| HOME_URL | URL to the homepage of the distribution. |
13+
| SUPPORT_URL | URL for support resources. |
14+
| BUG_REPORT_URL | URL for reporting bugs. |
15+
16+
17+
18+
19+
20+
21+

0 commit comments

Comments
 (0)