NEQN(1) General Commands Manual NEQN(1)NAME
neqn - format equations for ascii output
SYNOPSIS
neqn [eqn options]
DESCRIPTION
The neqn program is actually just a shell script which invokes the eqn(1) command with the ascii output device.
Note that eqn does not support low-resolution, typewriter-like devices (although it may work adequately for very simple input).
SEE ALSO eqn(1)COPYING
Copyright (C) 2001-2014 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the
original English.
Groff Version 1.22.3 10 February 2018 NEQN(1)
Check Out this Related Man Page
dbconfig(5) GNATS Admininstration Files dbconfig(5)NAME
dbconfig - GNATS database configuration file
DESCRIPTION
The dbconfig configuration file controls the configuration of a GNATS database. Each database has its own individual copy of the file,
which is located in the gnats-adm administrative subdirectory of the database.
For further information about the dbconfig file, please see the GNATS manual, Keeping Track: Managing Messages With GNATS (also installed
as the GNU Info file gnats.info)
SEE ALSO
Keeping Track: Managing Messages With GNATS (also installed as the GNU Info file gnats.info)
databases(5), dbconfig(5), delete-pr(8), edit-pr(1)file-pr(8), gen-index(8), gnats(7), gnatsd(8), mkcat(8), mkdb(8), pr-edit(8), query-
pr(1), queue-pr(8), send-pr(1).
COPYING
Copyright (c) 2000, 2003, Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the
original English.
GNATS August 2003 dbconfig(5)
Hi Forums,
It seems to me that I can't use "su" command. When I type "su", I get the following message:
/sbin/su - Permission denied
Am I missing any thing?
By the way I am using IRIX6.5 on a SGI computer. Many thanks in advance for your help.
Cheers, Siavoush (12 Replies)
I work as a website designer where I work on different directories on a server but my boss doesnt give me root permission for security reasons. So I have a temporary folder where I work and he copies the files over as he has root permission. The command he uses is usually like:
cp -fR... (4 Replies)
I'm new to C, and I'm attempting to write a script similar to the stat command for practice. I only had a problem converting st_mode to an octal permission format. I remembered I had littleutils installed which contains a script called filemode, so I checked the source and it yielded something like... (4 Replies)
1. I have an executable file that I have granted the users full permission "777" for it to work. I don't want the user to read this file! How can I prevent a user to read it?
Thanks (4 Replies)
I am writing a VERY simple script that copies my catalina log file to a new filename then copies /dev/null inotthe catalina.out. Since the log is the live log, it is open and written to as I copy. I can do the 2 copy commands from a command promp with no problem, it works. I have the probmel in... (2 Replies)
I am trying to copy a folder which contains a list of C executables.
It takes 2 mins for completion,where as the entire script takes only 3 more minutes for other process.
Is there a way to copy the folder faster so that the performance of the script will improve? (2 Replies)
I am getting a character with a "question mark inside a box". Does anybody know what ascii character i.e. what ascii number would it be. When I copy it in word I get it but when I copy it in notepad it only gives a box. I need to replace that inside my sed command in .SH file so I need to type it... (4 Replies)
Hi,
When I use the Find command under the root directory ("/") of my Ubuntu, I get the good answers mixed inside a long list of "Permission non granted" (in fact and with my French version, I get "Permission non accordée" !).
After several unsuccessful tries with -perm or -executable options... (4 Replies)
Hi, I have an ascii file and i'm just wondering is it possible to edit the file using gawk. I just want to do something simple like print the second field $2, however I don't seem to be able to work out what field seperator to use.
I've tried some code I found in a google search that looks... (4 Replies)
Everytime I try to run a shell script I get the error message permission denied.
So I have googled/searched around and have been using the command chmod u+rwx (filename) to give myself permission to execute my program. However, I was wondering if there was anyway to actually just this to... (5 Replies)
I have written a script and now i want to deploy it in PRODUCTION.
I want to give all the permission to the user only but not to others.What permission should i use?
CHMOD 777 FILENAME? (9 Replies)