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 /
C /
gnome-terminal /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
adv-keyboard-shortcuts.page
12.98
KB
-rw-r--r--
app-colors.page
6.51
KB
-rw-r--r--
app-cursor.page
2.08
KB
-rw-r--r--
app-fonts.page
4.05
KB
-rw-r--r--
app-fullscreen.page
2.07
KB
-rw-r--r--
app-terminal-sizes.page
3.08
KB
-rw-r--r--
app-zoom.page
1.73
KB
-rw-r--r--
gs-execute-commands.page
2.03
KB
-rw-r--r--
gs-tabs.page
5.42
KB
-rw-r--r--
index.page
1.72
KB
-rw-r--r--
introduction.page
1.42
KB
-rw-r--r--
legal.xml
998
B
-rw-r--r--
overview.page
3.97
KB
-rw-r--r--
pref-bell.page
1.92
KB
-rw-r--r--
pref-custom-command.page
2.8
KB
-rw-r--r--
pref-custom-exit.page
2.43
KB
-rw-r--r--
pref-keyboard-access.page
3.19
KB
-rw-r--r--
pref-login-shell.page
3.07
KB
-rw-r--r--
pref-menubar.page
2.08
KB
-rw-r--r--
pref.page
746
B
-rw-r--r--
pref-profile-char-width.page
1.82
KB
-rw-r--r--
pref-profile-encoding.page
1.69
KB
-rw-r--r--
pref-profiles.page
9.11
KB
-rw-r--r--
pref-scrolling.page
5.31
KB
-rw-r--r--
pref-tab-window.page
2.54
KB
-rw-r--r--
pref-user-input.page
1.56
KB
-rw-r--r--
prob-reset.page
2.41
KB
-rw-r--r--
txt-copy-paste.page
2.12
KB
-rw-r--r--
txt-links.page
3.01
KB
-rw-r--r--
txt-search.page
3.02
KB
-rw-r--r--
txt-select-text.page
1.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pref-custom-command.page
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="pref-custom-command"> <info> <revision pkgversion="3.8" date="2013-03-02" status="candidate"/> <revision pkgversion="3.12" date="2014-09-08" status="candidate"/> <revision pkgversion="3.34" date="2020-01-04" status="candidate"/> <link type="guide" xref="index#preferences"/> <link type="guide" xref="pref#profile"/> <link type="seealso" xref="gs-execute-commands"/> <!-- <link type="seealso" xref="prob-add-to-path"/>--> <credit type="author copyright"> <name>Sindhu S</name> <email>sindhus@live.in</email> <years>2013</years> </credit> <credit type="copyright editor"> <name>Ekaterina Gerasimova</name> <email>kittykat3756@gmail.com</email> <years>2013-2014</years> </credit> <credit type="copyright editor"> <name>Michael Hill</name> <email>mdhillca@gmail.com</email> <years>2013</years> </credit> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> <desc>Set <app>Terminal</app> to run a command or a different shell on startup.</desc> </info> <title>Custom commands and shells</title> <p>A <em>shell</em> is software that provides an interface for users of an operating system to run <em>commands</em>, which can be programs such as <app>top</app> or a command line shell. The default shell is usually <app>Bash</app>.</p> <p>You can set <app>Terminal</app> to run a command when it starts up instead of awaiting input from you:</p> <steps> <item> <p>Press the menu button in the top-right corner of the window and select <gui style="menuitem">Preferences</gui>.</p> </item> <item> <p>In the sidebar, select your current profile in the <gui>Profiles</gui> section.</p> </item> <item> <p>Select <gui style="tab">Command</gui>.</p> </item> <item> <p>Check <gui>Run a custom command instead of my shell</gui>.</p> </item> <item> <p>In the text box, type the command or the desired shell.</p> <p>The command will be passed to the terminal exactly as you write it, including any arguments that you specify. Environment variables will be inherited from the terminal as it is a child process of the terminal.</p> </item> <item> <p>Open a new <app>Terminal</app> tab or window to see how the custom shell or command executes.</p> </item> </steps> <p>You can also <link xref="pref-custom-exit">set the behavior</link> of the terminal once the command finishes executing.</p> <note style="important"> <p>You may have to enter full path to the command or the shell if the directory where the command or shell resides is not in the <code>PATH</code> variable of your system.</p> </note> </page>
Close