cd~
mkdir test
touch book.txt
cp book.txt /test/book1.txt
chmod 740 book.txt
useradd openEuler
groupadd tongxin
chown openEuler:tongxin ~/book1.txt
mv ~/test ~/share
chmod 777 share
rm -rf~/share/book1.txt
reboot
cd~
mkdir test
touch book.txt
cp book.txt /test/book1.txt
chmod 740 book.txt
useradd openEuler
groupadd tongxin
chown openEuler:tongxin ~/book1.txt
mv ~/test ~/share
chmod 777 share
rm -rf~/share/book1.txt
reboot