Search Results

Search: Posts Made By: shai.z
3,314
Posted By shai.z
echo "hello" > /dev/console or echo "hello" >...
echo "hello" > /dev/console
or
echo "hello" > /dev/pts/X
(x = your active terminal)

google for "unix redirection" for more information, you can redirect also errors, outputs and so so on.
11,739
Posted By shai.z
what you are trying to do is run the commands in...
what you are trying to do is run the commands in red with root permissions?
when you wrote "sudo su" what happens is that the "su" command runs with root permissions and opens you a new shell. if...
3,314
Posted By shai.z
you can redirect the output to the console. if...
you can redirect the output to the console.
if you are connected using a remote terminatl (telnet, putty etc.) you will have to redirect it to the active pty.
Showing results 1 to 3 of 3

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