Dear all,
My RHEL4 is having users like "SCI\john" and "LAW\susan".
Since I could change the ownership on directories by doing:
Code:
chown 'SCI\john' /home/SCI/john/
but if I want to assign users into groups, i faced a problem.
Code:
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
private:x:502:'SCI\john','LAW\susan'
I tried both 'SCI\john' with and without the quotation marks but neither worked!
I would reall appreciate any advice.
Thanks
