How to send messages from Windows Box(98,NT,2000) to REDHAT LINUX 7.2?.Both Windows and Linux machines are in same domain.
I am able to send messages from LINUX to WINDOWS using smb command.
Help me out in this.
Thanks
HI,
I want find hard disk free space.
I tried to find by using statfs() function .But vaules that are coming from the statfs() function is different from the one i am getting using "df" command .
code:
#include<sys/types.h>
#include<sys/stat.h>
#include<sys/vfs.h>
#include<stdio.h>...
I have small program using structure.The elements in the structure are char arrays.After filling the structure , I am trying to print the values , but values are not printng correctly.
How to solve this problem?
typedef struct
{
char cName[3];
char cAddress[3];
char cLocation[3];
char...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.