Search Results

Search: Posts Made By: Nene
3,471
Posted By Nene
Urgent problem with SIGCONT and Fedora 4 :(
Hello,

I stop a process with kill -s SIGSTOP, but when I try to restart it with kill -s SIGCONT it do nothing.
I use Fedora Core 4.

Thank you a lot
2,773
Posted By Nene
How can I clear a line of a file?
Hello,

I want to clear or modify a line of a file. It is possible by

cat filename | sed '3d'

for example. But If I want "3" to be a variable?

I can't do sed '$var d'

Help me please
...
5,533
Posted By Nene
I can't resume a process after stopping it!
Hello,

I have a process running, for example a "top".

I send it a signal to stop it

kill -s SIGSTOP 3423

It works, but when I want to resume it by

kill -s SIGCONT 3423

It does not...
1,687
Posted By Nene
It works! :) I need to execute an arbitrary...
It works! :)

I need to execute an arbitrary command introduced by the user in an html form and print the result. It's for a university subject.

Thank you!!!
1,687
Posted By Nene
Problem in executing a comand liying inside a variable
Hi everyone!

I need some help with my shell script :(

I am sending a shell command from a html text input to a cgi. Then, I store it into a variable. For example

var="ps -axu"
echo `$var`
...
Showing results 1 to 5 of 5

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