##为root用户设置密码
step1:sudo passwd root
step2:输入当前登陆用户的密码
step3:为root设置新密码
##登陆为root模式:su | su -
##查看系统是多少位的方法
方法1:getconf LONG_BIT
方法2:uname -p|-m