You are not logged in.
Pages: 1
here is the deal,
i have two login users and one partition that has a bunch of documents and such that both users need to be able to use, modify etc.... so how can i set that up to happen ?
thanks
Offline
create a new group, add the users to the group, make all the files read and writeable by the group.
man groupadd
man useradd
man chmod
Dusty
Offline
seems easy enough, will do
thanks for your time and attention
Offline
Pages: 1