Skip to content

FS_SysInfo_Users

ufrisk edited this page Mar 2, 2023 · 2 revisions

The sys/users directory

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.

File: net/users.txt

   # Username                         SID
-----------------------------------------
0000 SANSDFIR                         S-1-5-21-1552841522-3835366585-4197357653-1001
...

Example

The example shows the sys/users directory and the file users.txt

For Developers

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.

Clone this wiki locally