diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man1/rbash.1.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man1/rbash.1.pot')
-rw-r--r-- | templates/man1/rbash.1.pot | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/templates/man1/rbash.1.pot b/templates/man1/rbash.1.pot new file mode 100644 index 00000000..59d99a42 --- /dev/null +++ b/templates/man1/rbash.1.pot @@ -0,0 +1,178 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-10-03 15:49+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "RBASH" +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "2021 November 22" +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "Bash-5.2" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "rbash - restricted bash, see B<bash>(1)" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "RESTRICTED SHELL" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"If B<bash> is started with the name B<rbash>, or the B<-r> option is " +"supplied at invocation, the shell becomes restricted. A restricted shell is " +"used to set up an environment more controlled than the standard shell. It " +"behaves identically to B<bash> with the exception that the following are " +"disallowed or not performed:" +msgstr "" + +#. type: IP +#: mageia-cauldron +#, no-wrap +msgid "\\(bu" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "changing directories with B<cd>" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"setting or unsetting the values of E<.SM> B<SHELL>, E<.SM> B<PATH>, E<.SM> " +"B<HISTFILE>, E<.SM> B<ENV>, or E<.SM> B<BASH_ENV>" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "specifying command names containing B</>" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"specifying a filename containing a B</> as an argument to the B<.> builtin " +"command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"specifying a filename containing a slash as an argument to the B<history> " +"builtin command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"specifying a filename containing a slash as an argument to the B<-p> option " +"to the B<hash> builtin command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "importing function definitions from the shell environment at startup" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"parsing the value of E<.SM> B<SHELLOPTS> from the shell environment at " +"startup" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"redirecting output using the E<gt>, E<gt>|, E<lt>E<gt>, E<gt>&, &E<gt>, and " +"E<gt>E<gt> redirection operators" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"using the B<exec> builtin command to replace the shell with another command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"adding or deleting builtin commands with the B<-f> and B<-d> options to the " +"B<enable> builtin command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "using the B<enable> builtin command to enable disabled shell builtins" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "specifying the B<-p> option to the B<command> builtin command" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"turning off restricted mode with B<set +r> or B<shopt -u restricted_shell>." +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "These restrictions are enforced after any startup files are read." +msgstr "" + +#. end of rbash.1 +#. type: Plain text +#: mageia-cauldron +msgid "" +"B<rbash> turns off any restrictions in the shell spawned to execute the " +"script." +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "bash(1)" +msgstr "" |