Skip to content

Instantly share code, notes, and snippets.

@sidorares
Created September 21, 2012 01:15
Show Gist options
  • Save sidorares/3759244 to your computer and use it in GitHub Desktop.
Save sidorares/3759244 to your computer and use it in GitHub Desktop.
dbusfs example output
sidorares@sidorares-VirtualBox:~$ ls -l /tmp/fuse/org.freedesktop.NetworkManager/org/freedesktop/NetworkManager/org.freedesktop.NetworkManager/
total 0
-r-xr-xr-x 0 root root 175 Jan 1 1970 ActivateConnection
-r--r--r-- 0 root root 60 Jan 1 1970 ActiveConnections
-r-xr-xr-x 0 root root 181 Jan 1 1970 AddAndActivateConnection
-r-xr-xr-x 0 root root 177 Jan 1 1970 DeactivateConnection
-r-xr-xr-x 0 root root 163 Jan 1 1970 Enable
-r-xr-xr-x 0 root root 175 Jan 1 1970 GetDeviceByIpIface
-r-xr-xr-x 0 root root 167 Jan 1 1970 GetDevices
-r-xr-xr-x 0 root root 171 Jan 1 1970 GetPermissions
-r--r--r-- 0 root root 1 Jan 1 1970 NetworkingEnabled
-r-xr-xr-x 0 root root 167 Jan 1 1970 SetLogging
-r-xr-xr-x 0 root root 162 Jan 1 1970 Sleep
-r-xr-xr-x 0 root root 162 Jan 1 1970 state
-r--r--r-- 0 root root 2 Jan 1 1970 State
-r--r--r-- 0 root root 9 Jan 1 1970 Version
-rw-rw-rw- 0 root root 1 Jan 1 1970 WimaxEnabled
-r--r--r-- 0 root root 1 Jan 1 1970 WimaxHardwareEnabled
-rw-rw-rw- 0 root root 1 Jan 1 1970 WirelessEnabled
-r--r--r-- 0 root root 1 Jan 1 1970 WirelessHardwareEnabled
-rw-rw-rw- 0 root root 1 Jan 1 1970 WwanEnabled
-r--r--r-- 0 root root 1 Jan 1 1970 WwanHardwareEnabled
sidorares@sidorares-VirtualBox:~$ cat /tmp/fuse/org.freedesktop.NetworkManager/org/freedesktop/NetworkManager/org.freedesktop.NetworkManager/ActiveConnections
[
"/org/freedesktop/NetworkManager/ActiveConnection/0"
]sidorares@sidorares-VirtualBox:~$ cat /tmp/fuse/org.freedesktop.NetworkManager/org/freedesktop/NetworkManager/org.freedesktop.NetworkManager/WimaxEnabled
1sidorares@sidorares-VirtualBox:~$
sidorares@sidorares-VirtualBox:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment