SkillAgentSearch skills...

Pyvirtfs

Python Interface to Linux Virtual Filesystems - /proc, /sys, and /config

Install / Use

/learn @ChristopherMacGown/Pyvirtfs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyvirtfs

A python package that provides access to the Linux virtual filesystems proc, sys, and configfs.

Examples

from virtfs import sysfs
block = sysfs.block
block.contents
print block.sda1.queue.rotational.contents



from virtfs import procfs
mounts = procfs.mounts
print mounts.contents


from virtfs import configfs
fakenbd = configfs.fakenbd
print fakenbd.contents
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Jan 6, 2024

No findings