Summary: Does anyone know how to execute a linux command from a c program and get the output of the command in a string instead of on the console? Eg, system("...
Summary: I'm trying to send basic commands to and from the modem but I can't seem to figure out how to get the output from the modem device. I can send command...
Summary: Its sort of a general question I want to know some general usage of netstat command since it has got so many complicated swtiches and im not getting t...
Summary: Not sure what language you are using, but in perl: print "$variable"; output: value print '$variable'; output: $variable print `uname -o`; output: GNU...
Summary: Pretty new to linux. The problem is that when I try to shut the computer down using "shutdown -h now" I get "command not found" error. Strange thing i...
Summary: To start a program in another window, you should be able to run something like: myshell "whatever command" So if the shell you use is 'bash', then it ...
Summary: I installed Redhat Linux 7.2. This was found not support my internal Motorola sm56 pci modem. After searching I had downloaded an RPM file from motoro...
Summary: Brian, What terminal text? I presume that you have a command output on the screen, like the display you get from typing, say, ls -a or dir? If you don...
Summary: Has your OS not detected it already? try the following...all as root: # ifconfig eth0 Do you get an output or an error? I'm not sure about ASP linux,...
Summary: Hi, I am having redhat linux 8.0.I want to find it out the network statistics of my network interface like input packets,outputpacets,input errors,out...
Summary: Actually you don't need to use clrscr(); sort of commands in Unix for C programming, bcoz u will get the output only, after screen gets cleared by it'...
Summary: Haven't tried both set to psaux. Since the keyboard froze when mouse0 was set to psaux I didn't pursue it any further. I am wondering if it is an X ...
Summary: hai there, i had windows98 in c: and i formatted the drive later and installed windowsME. and now when i boot my system with a bootable flopp...
Summary: First off you probably want to remove: Option "Emulate3Buttons" "yes" if you have a scroll wheel/3rd button, the fact that you also have ZAxisMapping...
Summary: Have you heard of "man?" You might also try looking in a reference such as Essential System Administration, 3rd. ed., Frisch, O'Reilly 2002. E.g. Tab...
Summary: apt-get worked fine, but after an apt-get update I got this error message: "E: Dynamic MMap ran out of room" I fixed this problem by putting "APT::Cac...
Summary: Depends. Some ISP's require a special program to logon. By far, most do not. Most use a some locally standard way. Many cheap soho routers can be conf...
Summary: Hi, I just started to learn awk/sed/grep and we need to write a shell script which will randomly choose 2 numbers and from those numbers pick words ou...
Summary: boot into linux, open /etc/lilo.conf in an editor. There will be a line that looks like Default = linux Below it there will be a part that has a line...
Summary: After i install Redhat 8 and then when i boot into Redhat 8. I get command line. It says login. I did'nt even create an login name yet. When i try to ...
Summary: Not using samba, but giving it a try. I ran: whereis samba samba: /etc/samba /usr/lib/samba /usr/share/samba If you get command not found then samba i...
Summary: ive been tryin to get my music and media (20+ gigs) from a windows partition on my hard drive in ntfs format to my redhat 8 partition. and ive been ha...
Summary: you're getting the output of the statement probably. To stop the mail, send all output to /dev/null (both stdout and stderr). Since I can't use gt a...