10 More Discussions You Might Find Interesting
1. Emergency UNIX and Linux Support
Hi all,
which file has the low priority while linux booting?. I just want to run a script in background with low priority while linux boots up.(I need to include that script to be called from that file) as am a newbie to linux. Any help is appreciated.
Thanks,
SMNK (2 Replies)
Discussion started by: SMNK
2 Replies
2. Red Hat
Hi All,
Is this correct on DNS searching?
(1st priority) /etc/hosts
(2nd p.) /etc/resolv.conf
Are there more things that I didn't know?
Thank you for any comments you may add. (5 Replies)
Discussion started by: itik
5 Replies
3. AIX
hi how to change the priority of a process for eg.if a,b,c these there process are running and if i have to give the b process as high priority and high severe level what should i do (3 Replies)
Discussion started by: senmak
3 Replies
4. Programming
hello everybody!
i would like to post a question. If i embed in my C code the command kill(9,pid) inside an if command. Is this command(kill) executed in any way. Both if the if is true and false. Does kill have greater priority than the if command.
thanx in advance! (5 Replies)
Discussion started by: nicos
5 Replies
5. UNIX for Advanced & Expert Users
Consider in a makefile i have the target defined as:
pgm: a.o b.o
cmd;
To build .o, 2 rules are defind
.pc.o:
cmds
.c.o:
cmds
My question is which rule will take priority for compiling a.o and b.o when the target pgm is built.
Despite the positoning of the 2 rules, .c.o... (1 Reply)
Discussion started by: quintet
1 Replies
6. UNIX for Advanced & Expert Users
Hi,
I want to increase IRQ4 priority to maximum in Fedora core 9 (kernel version 2.6.25.11-97).If anybody knows plz help me....
I will be very thankful ..
regards,
Raj (0 Replies)
Discussion started by: rajuprade
0 Replies
7. Shell Programming and Scripting
Hi,
I am a nw bie to Schell Scripting, i have a same king of requirement as posted above.
my input file is also a log file as below.....
28.05.2008 07:02:56,105 INFO Validation request recieved
28.05.2008 07:03:57,856 INFO 0:01:13.998 Response sent with: <?xml version="1.0"... (0 Replies)
Discussion started by: balaji_gopal
0 Replies
8. Solaris
Is it possible to change priority of stream process ?
Original source: stream ./javawebserver
Desired change is kind of: nice --10 of (stream ./javawebserver) (2 Replies)
Discussion started by: gogogo
2 Replies
9. UNIX for Advanced & Expert Users
Hi! Experts,
Is there anyway to incerase the priority of a process which is already started and running??.. I think nice can used for increase priority when we start the process..
But donno how to do when its already running..
Any help would be apreciated..
Jyoti (2 Replies)
Discussion started by: jyotipg
2 Replies
10. Programming
I have the following code in a file:
task ph_cause_sound()
{
char sys_call;
int ret_val;
sprintf (sys_call, "/usr/local/bin/test_sound ");
ret_val = system(sys_call);
}
test_sound is a script file that contains one line:
nice --20 /usr/local/bin/vmod4dSOUND
What is... (2 Replies)
Discussion started by: maddog0606
2 Replies
nislog(1M) System Administration Commands nislog(1M)
NAME
nislog - display the contents of the NIS+ transaction log
SYNOPSIS
/usr/sbin/nislog [-h num | -t num] [-v] [directory...]
DESCRIPTION
nislog displays the contents of the NIS+ server transaction log on the standard output. This command can be used to track changes in the
namespace. The /var/nis/trans.log file contains the transaction log maintained by the NIS+ server. When updates occur, they are logged to
this file and then propagated to replicas as log transactions. When the log is checkpointed, updates that have been propagated to the
replicas are removed.
The nislog command can only be run on an NIS+ server by superuser. It displays the log entries for that server only.
If directory is not specified, the entire log is searched. Otherwise, only those logs entries that correspond to the specified directories
are displayed.
OPTIONS
-h num Display num transactions from the ``head'' of the log. If the numeric parameter is 0, only the log header is displayed.
-t num Display num transactions from the ``tail'' of the log. If the numeric parameter is 0, only the log header is displayed.
-v Verbose mode.
FILES
/var/nis/trans.log transaction log
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWnisu |
+-----------------------------+-----------------------------+
SEE ALSO
nis+(1), rpc.nisd(1M), nisfiles(4), attributes(5)
NOTES
NIS+ might not be supported in future releases of the SolarisTM Operating Environment. Tools to aid the migration from NIS+ to LDAP are
available in the Solaris 9 operating environment. For more information, visit http://www.sun.com/directory/nisplus/transition.html.
SunOS 5.10 12 Dec 2001 nislog(1M)