Linux下怎样改变目录owner和group?Monday, Sep 20, 2021 | 1 minute read | Updated at Monday, Sep 20, 2021需要改变整个目录的话,使用-R参数chown -R <user>:<group> <directory>