If you use the -o option twice with the nsrjb command, the first -o will be ignored. For example, if you enter:
# nsrjb -o notreadonly -o notfull -S 2 |
The -o notreadonly option will not be executed. To do this, you must enter the command as follows:
# nsrjb -Y -o notreadonly -S n # nsrjb -Y -o notfull -S n |