Sponsored Content
Full Discussion: congrats & new forums
Contact Us Post Here to Contact Site Administrators and Moderators congrats & new forums Post 283 by Neo on Sunday 19th of November 2000 10:31:59 PM
Old 11-19-2000
The reason there is only one forum is that adding another forum complicates things. Right now, there is 'UNIX for Dummies'. If we add, UNIX, Advanced Topics (just one more) then what happens when 'UNIX for Dummies Questions' get posted in the 'Advanced UNIX' area? Or the other way?

Also having an advanced topic forum creates the problem of having problems with 'status'. People who answer in 'UNIX for Dummies' might not want to continue to participate in 'UNIX for Dummies' when they are active in 'UNIX for Advanced Users' (or something like that).

In other words, I don't think we are ready to fork another child forum just yet. Maybe later?

[Edited by Neo on 11-19-2000 at 10:42 PM]
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Congrats

I guess this is the most appropriate section for this post... Just wanted to give a big congrats to LivinFree for passing the 1000 post mark. Nice job! (2 Replies)
Discussion started by: PxT
2 Replies

2. What is on Your Mind?

congrats to zazzybob

i definitely want to thank and congratulate zazzybob on becoming a moderator in record time.. ZazzyBob you definitely have skills and hopefully they will continue to grow and spread... thanx for helping me out all those times moxxx68 (1 Reply)
Discussion started by: moxxx68
1 Replies

3. How to Post in the The UNIX and Linux Forums

How to Navigate in UNIX & Linux Forums..?

Hi , i am a new user to this forum can anyone please help me in navigation for this forum. also when i am trying to open any thread i am getting below error. Bad Request Your browser sent a request that this server could not understand.] Thanks. (1 Reply)
Discussion started by: nkchand
1 Replies

4. What is on Your Mind?

Congrats to RudiC - 3000 Thanks!

Congratulations to RudiC for crossing the magic boundary of being thanked 3000 times! As someone who often has profited greatly from your insight i stand in awe before this achievement. Thank you for your ongoing dedication and thank you for your willingness to share your knowledge! bakunin ... (15 Replies)
Discussion started by: bakunin
15 Replies

5. What is on Your Mind?

Congrats to Nezabudka for her Formulator Badge (UserCP Prototype v0.40)

Please join me in thanking one of our most active new members, nezabudka, who suggested that we start using the new usercp prototype and change the menu items around, effectively "promoting" the new prototype CP. At first, I did not understand her suggestion, but after 'coming down" from days of... (1 Reply)
Discussion started by: Neo
1 Replies
nice(3UCB)					     SunOS/BSD Compatibility Library Functions						nice(3UCB)

NAME
nice - change priority of a process SYNOPSIS
/usr/ucb/cc [ flag ... ] file ... #include<unistd.h> int nice(incr) int incr; DESCRIPTION
The scheduling priority of the process is augmented by incr. Positive priorities get less service than normal. Priority 10 is recommended to users who wish to execute long-running programs without undue impact on system performance. Negative increments are illegal, except when specified by the privileged user. The priority is limited to the range -20 (most urgent) to 20 (least). Requests for values above or below these limits result in the scheduling priority being set to the corresponding limit. The priority of a process is passed to a child process by fork(2). For a privileged process to return to normal priority from an unknown state, nice() should be called successively with arguments -40 (goes to priority -20 because of truncation), 20 (to get to 0), then 0 (to maintain compatibility with previous versions of this call). RETURN VALUES
Upon successful completion, nice() returns 0. Otherwise, a value of -1 is returned and errno is set to indicate the error. ERRORS
The priority is not changed if: EPERM The value of incr specified was negative, and the effective user ID is not the privileged user. SEE ALSO
cc(1B), nice(1), renice(1), fork(2), priocntl(2), getpriority(3C) NOTES
Use of these interfaces should be restricted to only applications written on BSD platforms. Use of these interfaces with any of the system libraries or in multi-threaded applications is unsupported. SunOS 5.11 30 Oct 2007 nice(3UCB)
All times are GMT -4. The time now is 08:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy