when i create SAMBA server it is ok but while i try for
access from windows pc he ask me only first time smb
password then i close samba login next time he can`t ask
for passwd why.?
Answers were Sorted based on User's Feedback
Answer / sridhar
Bcoz in windows normally username and password will saved
in buffer. if u logout and log-in in windows system. it
will ask it again.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / fizeen
What sridhar has told is fairly correct.Like he said windows
has the behavior of storing the password that is given once
and will not prompt until we log off.Instead of logging off
we can delete the connection that was established earlier by
giving the password.This connection is called Inter Process
communication (IPC)and it can be deleted using the command
net use "network path " /delete in the command prompt of the
windows machine .once it is deleted windows prompts for
authentication without logging off.....(hope this helps some
one)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / fizeen
What sridhar has told is fairly correct.Like he said windows
has the behavior of storing the password that is given once
and will not prompt until we log off.Instead of logging off
we can delete the connection that was established earlier by
giving the password.This connection is called Inter Process
communication (IPC)and it can be deleted using the command
net use "network path " /delete in the command prompt of the
windows machine .once it is deleted windows prompts for
authentication without logging off.....(hope this helps some
one)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / fizeen
What sridhar has told is fairly correct.Like he said windows
has the behavior of storing the password that is given once
and will not prompt until we log off.Instead of logging off
we can delete the connection that was established earlier by
giving the password.This connection is called Inter Process
communication (IPC)and it can be deleted using the command
net use "network path " /delete in the command prompt of the
windows machine .once it is deleted windows prompts for
authentication without logging off.....(hope this helps some
one)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is $@ in bash?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is a good processor speed?
How do I do a whois search?
How does grep work in linux?
I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?
How can I only see the last 5 lines of a file?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
Why we use pwd command in linux?
script is like x=10; y=20; [$x-ne$y]; echo $ please give me output.
What signal is ctrl c?
How do I find the console in linux?