1RNANO(1) General Commands Manual RNANO(1)
2
3
4
6 rnano - a restricted nano
7
8
10 rnano [options] [[+line[,column]] file]...
11
12
14 rnano runs the nano editor in restricted mode. This allows editing
15 only the specified file or files, and doesn't allow the user access to
16 the filesystem nor to a command shell.
17
18 In restricted mode, nano will:
19
20 · not read any nanorc files;
21
22 · not allow suspending;
23
24 · not read nor write any file not specified on the command line;
25
26 · not allow saving a file under a different name;
27
28 · not allow appending or prepending to any file;
29
30 · not make backup files nor do spell checking.
31
32
34 -h, --help
35 Show a summary of command-line options and exit.
36
37 See the nano(1) manpage for all available options.
38
39
41 Please report bugs via https://savannah.gnu.org/bugs/?group=nano.
42
43
45 https://nano-editor.org/
46
47
49 nano(1)
50
51
53 Chris Allegretta and others (see the files AUTHORS and THANKS for
54 details). This manual page was originally written by Thijs Kinkhorst
55 for the Debian system (but may be used by others).
56
57
58
59June 2018 version 2.9.8 RNANO(1)