2014-08-02 01:04:35 +04:00
|
|
|
.\" Copyright (C) 2002, 2005, 2006, 2007, 2014 Free Software Foundation, Inc.
|
2005-11-21 12:36:11 +03:00
|
|
|
.\"
|
2007-08-23 08:34:35 +04:00
|
|
|
.\" This document is dual-licensed. You may distribute and/or modify it
|
|
|
|
.\" under the terms of either of the following licenses:
|
|
|
|
.\"
|
|
|
|
.\" * The GNU General Public License, as published by the Free Software
|
|
|
|
.\" Foundation, version 3 or (at your option) any later version. You
|
|
|
|
.\" should have received a copy of the GNU General Public License
|
|
|
|
.\" along with this program. If not, see
|
|
|
|
.\" <http://www.gnu.org/licenses/>.
|
|
|
|
.\"
|
|
|
|
.\" * The GNU Free Documentation License, as published by the Free
|
|
|
|
.\" Software Foundation, version 1.2 or (at your option) any later
|
|
|
|
.\" version, with no Invariant Sections, no Front-Cover Texts, and no
|
|
|
|
.\" Back-Cover Texts. You should have received a copy of the GNU Free
|
|
|
|
.\" Documentation License along with this program. If not, see
|
|
|
|
.\" <http://www.gnu.org/licenses/>.
|
2005-11-21 12:36:11 +03:00
|
|
|
.\"
|
2018-09-17 21:51:33 +03:00
|
|
|
.TH RNANO 1 "version 3.1" "September 2018"
|
2016-10-23 18:22:30 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH NAME
|
2016-10-22 23:07:02 +03:00
|
|
|
rnano \- a restricted nano
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rnano
|
2016-10-22 23:07:02 +03:00
|
|
|
.RI [ options "] [[+" line [, column "]]\ " file "]..."
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH DESCRIPTION
|
2016-10-22 23:07:02 +03:00
|
|
|
\fBrnano\fR runs the \fBnano\fR editor in restricted mode. This allows
|
|
|
|
editing only the specified file or files, and doesn't allow the user
|
|
|
|
access to the filesystem nor to a command shell.
|
2005-11-21 19:16:38 +03:00
|
|
|
.PP
|
2016-10-22 23:07:02 +03:00
|
|
|
In restricted mode, \fBnano\fR will:
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu] 2
|
2016-10-22 23:07:02 +03:00
|
|
|
not read any nanorc files;
|
|
|
|
.IP \[bu]
|
|
|
|
not allow suspending;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
2016-10-22 23:07:02 +03:00
|
|
|
not read nor write any file not specified on the command line;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
2016-10-22 23:07:02 +03:00
|
|
|
not allow saving a file under a different name;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
2016-10-22 23:07:02 +03:00
|
|
|
not allow appending or prepending to any file;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
2016-10-22 23:07:02 +03:00
|
|
|
not make backup files nor do spell checking.
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2014-08-04 00:25:16 +04:00
|
|
|
.BR \-h ", " \-\-help
|
2014-08-02 01:04:35 +04:00
|
|
|
Show a summary of command-line options and exit.
|
2005-11-21 19:16:38 +03:00
|
|
|
.PP
|
2016-10-22 23:07:02 +03:00
|
|
|
See the \fBnano\fP(1) manpage for all available options.
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH BUGS
|
2016-10-22 23:07:02 +03:00
|
|
|
Please report bugs via \fIhttps://savannah.gnu.org/bugs/?group=nano\fR.
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH HOMEPAGE
|
2016-10-22 23:07:02 +03:00
|
|
|
https://nano-editor.org/
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR nano (1)
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH AUTHOR
|
2016-10-22 23:07:02 +03:00
|
|
|
Chris Allegretta and others (see the files \fIAUTHORS\fR and \fITHANKS\fR
|
|
|
|
for details). This manual page was originally written by Thijs Kinkhorst
|
|
|
|
for the Debian system (but may be used by others).
|