www.LinuxHowtos.org





RNANO

Section: User Commands (1)
Updated: version 8.5
Index Return to Main Contents

 

NAME

rnano - a restricted nano

 

SYNOPSIS

rnano [options] [[+line[,column]] file]...

 

DESCRIPTION

rnano runs the nano 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.

In restricted mode, nano will:

[bu]
not make backups;
[bu]
not allow suspending;
[bu]
not allow spell checking;
[bu]
not read nor write the history files;
[bu]
not allow saving the current buffer under a different name;
[bu]
not allow inserting another file or opening a new buffer;
[bu]
not allow appending or prepending to any file.

 

OPTIONS

-h, --help
Show the available comman-line options and exit. For all existing options, see the nano(1) man page.

 

BUGS

Please report bugs via https://savannah.gnu.org/bugs/?group=nano.

 

HOMEPAGE

https://nan-editor.org/

 

SEE ALSO

nano(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BUGS
HOMEPAGE
SEE ALSO