You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/termux.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ To create a new user follow these simple steps -
90
90
2. Change the password by running `passwd <username>`.
91
91
3. Give your new user sudo access by running `visudo`, scroll down to `User privilege specification` and add the following line after root `username ALL=(ALL:ALL) ALL`.
92
92
4. Now edit the `/etc/passwd` file with your command line editor of choice and at the end of the line that specifies your user change `/bin/sh` to `/bin/bash`.
93
-
5. Now switch users, by running `su - <username>`
93
+
5. Now switch users by running `su - <username>`
94
94
95
95
- Remember the `-` betweeen `su` and username is required to execute `/etc/profile`,\
96
96
since `/etc/profile` may have some necessary things to be executed you should always add a `-`.
0 commit comments