9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I want to run a C program from my BASH script. Here's some very basic simplified code of my bash script:
#!/bin/bash
echo "Run C program"
./main.c
echo "Ran C program"
Here's my main.c:
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv)
{
... (3 Replies)
Discussion started by: millsy5
3 Replies
2. Programming
Hi,
-How can I get number of files, cpu usage (percentage), memory usage, disk usage, ...etc, using C program ... I can use unix command ( system(command) )but I want the value to be returned back to my C program to use it in my code? How can I do that?
Thanks in advance ... (2 Replies)
Discussion started by: zainab
2 Replies
3. UNIX for Dummies Questions & Answers
All, This is my interview questions. Let me explain the question. Some one is asking me that, the unix server is running very slow. As a unix unix admin, what are the steps we should follow?? What/which process we should check?? What is the way to find the root cause ? Please let me know.... (8 Replies)
Discussion started by: govindts
8 Replies
4. UNIX for Dummies Questions & Answers
I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked.
Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies
5. Programming
hai everyone :
-> I want to execute Pro*c language in the unix environment.....
-> could some one help me solving this issue,in a step-by-step manner..
-> I heard that some external paths sholud be set to execute them.. (2 Replies)
Discussion started by: bankpro
2 Replies
6. UNIX for Dummies Questions & Answers
Hi,
I am running an application on apache/tomcat under unix.
It was working fine until I stopped both tomcat and apache and restarted both.
Now I am getting 404 not found error.
Is there something here that I am missing.
Any help will be appreciatd.
Thx
Karthik (1 Reply)
Discussion started by: kkarthik
1 Replies
7. UNIX for Dummies Questions & Answers
Firstly, this is my first post so a big hello to everyone.
I work in computer operations and have a very basic knowledge of UNIX that i'd like to expand greatly. I was wondering if it would be possible to run unix on a home PC so I can train myself in my own time. Ideally i would like to use... (8 Replies)
Discussion started by: timresh
8 Replies
8. Programming
This is not a question, but rather a simple how-to for
programmers who are new to the UNIX environment.
I too,am new to UNIX.
First I developed a few programs on my box and perfected them
until they were satisfactory for execution.
Problem was however, that once i compiled and all that,... (2 Replies)
Discussion started by: kray
2 Replies
9. News, Links, Events and Announcements
I just wanted to share this piece of news to all of you, comments are unnecessary :)
http://news.com.com/2100-1001-872266.html (1 Reply)
Discussion started by: J.P
1 Replies