Friday, December 20, 2013

Re: [LINUX_Newbies] How to control traffic in Linux?

 

On 20/12/13 18:13, highskywhy@yahoo.de wrote:
>
>
> How to control traffic in Linux?

>
> zip is very unimportant and should work very slow
> how can I start zip and zip should use only a small part of the cpu

nohup nice -n 15 zip command that is long >/dev/null >>/dev/null &

If output/error messages are important (or you want to check them)

nohup nice -n 15 zip-command-to -do >~/zip.log >~/zip.error &

the 15 can be any number from 11 (slightly less important) to 20 (Only
when there is nothing else to do) 20 will run very slowly!

Hope this helps some more,
Trevor.
>
> regards
> sophie
>
>

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

No comments:

Post a Comment