Buck
Storage? I am Storage!
In Red Hat 9, creating a smb share is super easy, can you create one through the GUI of gnome in Red Hat 8, or must it be command line?
[share]
writable = yes
path = /mnt/hdc1
[hlds]
writeable = yes
valid users = blake, root, hlds
path = /home/hlds
smbpasswd -a username password
Or.. you can use something like webmin to easily create a share via GUI...
blakerwry said:adding a user is easy too.. easier to do via comamnd line than via gui if you ask me.
Code:smbpasswd -a username password
Buck said:In Red Hat 9, creating a smb share is super easy, can you create one through the GUI of gnome in Red Hat 8, or must it be command line?