File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33 * sudo su # switch to root user with curret user home dir
44 * sudo su - # switch to root user with root hom dir
5- ** * sudo su tom # swithc to tom but current user home Dir
6- ** * sudo su - username # switch to tom with user home Dir
7- ** * su - # switch to root user but it will ask for root user password
8- ** * su ## switch to root user but it will ask for root user password
9- ** * su tom #switch to tom but with current user home Dir and ask for tom password
10- ** * su - tom #switch to tom but with tom user home Dir and ask for tom password
5+ * sudo su tom # swithc to tom but current user home Dir
6+ * sudo su - username # switch to tom with user home Dir
7+ * su - # switch to root user but it will ask for root user password
8+ * su ## switch to root user but it will ask for root user password
9+ * su tom #switch to tom but with current user home Dir and ask for tom password
10+ * su - tom #switch to tom but with tom user home Dir and ask for tom password
You can’t perform that action at this time.
0 commit comments