#create new user webcdr if not exist
useradd webcdr
#set password for webcdr
passwd webcdr
#add user to kunshi group
usermod -G kunshi webcdr
#add permission webcdr folder
chmod 0755 /home/kunshi/vos3000/cdrs
Modified on: Tue, 8 Nov, 2016 at 11:06 AM
#create new user webcdr if not exist
useradd webcdr
#set password for webcdr
passwd webcdr
#add user to kunshi group
usermod -G kunshi webcdr
#add permission webcdr folder
chmod 0755 /home/kunshi/vos3000/cdrs
Did you find it helpful? Yes No
Send feedback