Sponsored Content
Full Discussion: kill priority
Top Forums Programming kill priority Post 302275283 by Franklin52 on Friday 9th of January 2009 04:12:54 PM
Old 01-09-2009
That should not be a behaviour of a (C) program. It should be helpful if you post a snippet of your code within code brackets.

Regards

Last edited by Franklin52; 01-09-2009 at 05:22 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Increasing priority of a process

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

2. UNIX for Advanced & Expert Users

When kill doesnt work, how to kill a process ?

Hi All, I am unable to kill a process using kill command. I am using HP-UX system. I have tried with kill -9 and i have root privilages. How can i terminate this daemon ? ? ? Regards, Vijay Hegde (3 Replies)
Discussion started by: VijayHegde
3 Replies

3. Programming

kill(0,-9) don't kill the process

Hi all i have simple c program , when i wish to kill the app im using kill(0,-9) , but it seams this command don't do any thing and the program. just ignore it . what im doing wrong here ? im using HP-UX ia64 Thanks (9 Replies)
Discussion started by: umen
9 Replies

4. Shell Programming and Scripting

Please Help me with this ..High Priority!

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

5. Shell Programming and Scripting

Kill a process without using kill command

Sorry, posted the question in other forum. (0 Replies)
Discussion started by: sudhamacs
0 Replies

6. Linux

Kill a process without using kill command

I want to Kill a process without using kill command as i don't have privileges to kill the process. I know the pid and i am using Linux 2.6.9 OS. (6 Replies)
Discussion started by: sudhamacs
6 Replies

7. AIX

priority for process

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

8. Red Hat

DNS priority

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

9. Red Hat

The priority of the log

Hi, I can't find the priority in my logs, which under the catalogue of /var/log/lmessages. For example, if the log below occur on my machine, there is no <30>. What should I do if I want to see <30> . <30>Oct 9 22:33:20 hlfedora auditd: The audit daemon is exiting. (0 Replies)
Discussion started by: zhaoyy
0 Replies

10. Shell Programming and Scripting

Kill an specific process ID using the KILL and GREP commands

Good afternoon I need to KILL a process in a single command sentence, for example: kill -9 `ps -aef | grep 'CAL255.4ge' | grep -v grep | awk '{print $2}'` That sentence Kills the process ID corresponding to the program CAL255.4ge. However it is possible that the same program... (6 Replies)
Discussion started by: enriquegm82
6 Replies
SQLFORMAT(1)							   User Commands						      SQLFORMAT(1)

NAME
sqlformat - reformat SQL SYNOPSIS
sqlformat [ OPTION ] ... [ FILE ] ... DESCRIPTION
The `sqlformat' command-line tool can be used to reformat SQL file according to specified options or prepare a snippet in in some program- ming language (only Python and PHP currently supported). Use "-" for FILE to read from stdin. OPTIONS
-i CHOICE|--identifiers=FORMAT Change case of identifiers. FORMAT is one of "upper", "lower", "capitalize". -k CHOICE|--keywords=FORMAT Change case of keywords. FORMAT is one of "upper", "lower", "capitalize". -l CHOICE|--language=LANG Output a snippet in programming language LANG. LANG can be "python", "php". -o FILE|--outfile=FILE Write output to FILE (defaults to stdout). -r|--reindent Reindent statements. --indent_width=INDENT_WIDTH Set indent width to INDENT_WIDTH. Default is 2 spaces. --strip-comments Remove comments. -h|--help Print a short help message and exit. All subsequent options are ignored. --verbose Verbose output. --version Print program's version number and exit. AUTHORS
This man page was written by Andriy Senkovych <jolly_roger@itblog.org.ua> python-sqlparse version: 0.1.2 December 2010 SQLFORMAT(1)
All times are GMT -4. The time now is 01:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy