Re: How to share a directory on AIX with windows?



Use SWAT to confiugure. Very easy. localhost:901 in your favorite browser.
Swat will probably need to be setup in inet.d.

# Global parameters
[global]
encrypt passwords = Yes
map to guest = Bad User
null passwords = Yes
debug level = 0
os level = 0
dns proxy = No
hosts allow = 192.168.1. 127.

[homes]
comment = Home Directories
writeable = No
browseable = Yes
guest ok = Yes

[include]
comment = include
path = /usr/include
guest ok = Yes

[lib]
path = /usr/lib
guest ok = Yes


.



Relevant Pages