-
Notifications
You must be signed in to change notification settings - Fork 498
FS_SysInfo_Users
ufrisk edited this page Mar 2, 2023
·
2 revisions
The directory sys/users exists as a sub-directory to the file system root.
The directory contains information about the users on the system.
The files in the sys/users directory are listed in the table below:
| File | Description |
|---|---|
| net/users.txt | Information about the users on the system. |
Files in the sys/users directory are read-only.
# Username SID
-----------------------------------------
0000 SANSDFIR S-1-5-21-1552841522-3835366585-4197357653-1001
...
The example shows the sys/users directory and the file users.txt

The sys/users sub-directory is implemented as a built-in native C-code plugin. The plugin source is located in the file modules/m_sys_user.c in the vmm project.