linux常用命令汇总

一、切换root和普通用户

1. 切换到root

  • sudo -i
  • exit

2. 切换到普通用户

  • su - 用户名 
  • su 用户名
原文地址:https://www.cnblogs.com/xzxl/p/7506618.html