Search Results

Search: Posts Made By: kymthasneem
Forum: Linux 08-08-2007
3,975
Posted By kymthasneem
That was working fine from unix system. How...
That was working fine from unix system.

How can i connect to port from windows machine?
Forum: Linux 08-08-2007
3,975
Posted By kymthasneem
Using TELNET
Hi all..

Can i telnet to a specific port in a machine?
If i make port 34567 in my machine to get request for my process through socket, can i telnet to 34567 port to pass request.
Forum: Cybersecurity 07-27-2007
5,142
Posted By kymthasneem
This is the output i got Samba version 3.0.14a-2
This is the output i got
Samba version 3.0.14a-2
Forum: Cybersecurity 07-27-2007
5,142
Posted By kymthasneem
Smbpasswd
I tried to ecexute smbpasswd thro a script in a RedHat machine with smbpasswd version 2.2.

The command i used is "smbpaswd -a <user> <passwd>"

But with version 3.0 the above command fails.
...
Forum: IP Networking 06-29-2007
2,942
Posted By kymthasneem
Not able to enable samba login for administrator
Hi all,

I am trying to enable samba access to administrator. I have added the user, but i am not able to login as administrator. But for other users i am able to login. Can anyone help me out in...
Forum: IP Networking 06-29-2007
2,942
Posted By kymthasneem
Enabling samba login for administrator
Hi all,

I am trying to enable samba access to administrator. I have added the user, but i am not able to login as administrator. But for other users i am able to login. Can anyone help me out in...
Forum: Cybersecurity 06-29-2007
4,887
Posted By kymthasneem
How to enable samba login for administrator
Hi all,

I am trying to enable samba access to administrator. I have added the user, but i am not able to login as administrator. But for other users i am able to login. Can anyone help me out...
Forum: Programming 06-23-2007
2,791
Posted By kymthasneem
forking process.
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>

int main()
{
pid_t pID;
int i;

for (i = 0; i < 3; i++)
{
pID = fork ();

...
Showing results 1 to 8 of 8

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