Search Results

Search: Posts Made By: Kandra
5,187
Posted By Kandra
killall behaves differently between different...
killall behaves differently between different operating systems, so beware. Check if pkill is available on your OS, as that's likely to be safer. :)
Forum: Red Hat 09-23-2009
4,078
Posted By Kandra
This is akin to asking "how many boxes can I...
This is akin to asking "how many boxes can I transport on a boat".

It all depends on a lot of factors. What kind of boxes are they? How big are they? What kind of boat are you using to transport...
Forum: Linux 09-22-2009
3,007
Posted By Kandra
Yes, the Linux Kernel is preemptive, as are...
Yes, the Linux Kernel is preemptive, as are effectively all modern operating systems.

A non-preemptive multitasking operating system essentially requires the cooperation of the programs to tell it...
3,246
Posted By Kandra
my $var = sprintf("%.3f", $number); perldoc...
my $var = sprintf("%.3f", $number);

perldoc -f sprintf
7,577
Posted By Kandra
Sorry, no. There is no way to password protect a...
Sorry, no. There is no way to password protect a directory in Linux in the way you describe.

My recommendation is to work towards restricting root access to only those who absolutely need it, and...
Forum: Red Hat 07-30-2009
15,348
Posted By Kandra
Mehdi, I'm going to make one more attempt at...
Mehdi, I'm going to make one more attempt at trying to resolve your issue. The problem is that I need information in order to diagnose the problem, and I need ALL of the things I listed as bullet...
7,068
Posted By Kandra
Please note that doing the above will allow the...
Please note that doing the above will allow the user to do anything as root. This may not be what you want.

If you wish to restrict access to only certain commands via sudo, you can try to add...
Forum: Red Hat 07-29-2009
15,348
Posted By Kandra
I understand your frustration, but if you wish...
I understand your frustration, but if you wish for me to help you, please refrain from expressing this kind of hostile behaviour.

I'd love to help you, but please do not assume that I know what's...
Forum: Red Hat 07-29-2009
15,348
Posted By Kandra
Please try to clarify the situation. Do you...
Please try to clarify the situation.

Do you have two Apache installs (as in two separate complete install in two directories, binaries and all) or do you just have two configuration files?

When...
Forum: Red Hat 07-29-2009
15,348
Posted By Kandra
The OPTIONS variable is there to pass options to...
The OPTIONS variable is there to pass options to the httpd process. Do a man httpd to learn what the various options are. You can not input a command there, as it's not requesting the command to run....
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 05:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy