1RNANO(1)                    General Commands Manual                   RNANO(1)
2
3
4

NAME

6       rnano  -  Restricted  mode  for Nano's ANOther editor, an enhanced free
7       Pico clone
8
9

SYNOPSIS

11       rnano [OPTIONS] [[+LINE,COLUMN] FILE]...
12
13

DESCRIPTION

15       This manual page briefly documents the rnano command.
16
17       nano is a small, free and friendly editor which aims to  replace  Pico,
18       the  default  editor included in the non-free Pine package. Rather than
19       just copying Pico's look and feel, nano also  implements  some  missing
20       (or disabled by default) features in Pico, such as "search and replace"
21       and "go to line and column number".
22
23       rnano is a restricted version of nano, which only edits specific  files
24       and doesn't allow the user access to the filesystem or a command shell.
25
26       In restricted mode, nano will not:
27
28       · read or write to any file not specified on the command line;
29
30       · read any nanorc files;
31
32       · allow suspending;
33
34       · allow  a  file to be appended to, prepended to, or saved under a dif‐
35         ferent name;
36
37       · use backup files or spell checking.
38
39

OPTIONS

41       +LINE,COLUMN
42              Places cursor at line number LINE and column number  COLUMN  (at
43              least one of which must be specified) on startup, instead of the
44              default of line 1, column 1.
45
46       -?     Same as -h (--help).
47
48       -h (--help)
49              Show a summary of command line options and exit.
50
51       -V (--version)
52              Show the current version number and exit.
53
54       See the nano(1) manpage for the complete documentation of nano.
55
56

BUGS

58       Please send any comments or bug reports to nano@nano-editor.org.
59
60       The nano mailing list is available from nano-devel@gnu.org.
61
62       To subscribe, email to nano-devel-request@gnu.org  with  a  subject  of
63       "subscribe".
64
65

HOMEPAGE

67       http://www.nano-editor.org/
68
69

AUTHOR

71       Chris  Allegretta  <chrisa@asty.org>,  et al (see AUTHORS for details).
72       This  manual  page  was   originally   written   by   Thijs   Kinkhorst
73       <thijs@kinkhorst.com>,  for  the Debian system (but may be used by oth‐
74       ers).
75
76
77
78August 23, 2007                  version 2.0.0                        RNANO(1)
Impressum