minoca / os

Minoca operating system
Other
2.71k stars 231 forks source link

Need chgrp or equivalent #134

Closed melezhik closed 6 years ago

melezhik commented 6 years ago

Hi! Looks like chgrp command does not exist at MinocaOS ... Could you please give me an advice on the equivalent or probably I need to install some package to have this?

Thanks

Alexey

evangreen commented 6 years ago

Hi Alexey, Yep, we should probably add that at some point. In the meantime, can you use chown :mygroup ...?

melezhik commented 6 years ago

Yeah , thanks, sure will try chown.

melezhik commented 6 years ago

chown :group works! thanks