How I can access the smb from linux?

I want to access the smb protocol in windows 8.1 from my linux pc and I know the username.

When I want to access by this command

smbclient //192.168.1.5/IPC$ -U kasp3r 

it told me to put a password, but I don't put any password

I just hit Enter and the login is failed. Is there a default password? And what is it?

1

1 Answer

You should not connect to IPC, just connect to the PC or directly to the share.

You need to have a credentials (user and password) to connect your windows, if you do not have user on your windows you just can (i think) to leave them blank.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like