Virtual machine permissions

chmod a+x /etc/init.d/redis
 
a + x is add executable permissions to everyone, including the owner, the owning group, and others 
o + x just add executable permissions to others

 

Guess you like

Origin www.cnblogs.com/huliangqing/p/12593316.html