You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DFIR/Digital Forensics/Linux/OS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
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
1
+
## OS release information (etc/os-release)
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. The file typically follows a key-value pair format, where each line contains a variable assignment:
0 commit comments