Skip to content

Commit e2197c0

Browse files
thx2001rjsjoeio
andauthored
docs: cleaned up verbiage
Co-authored-by: Joe Previte <jjprevite@gmail.com>
1 parent f3c0dab commit e2197c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To create a new user follow these simple steps -
8989
1. Create a new user by running `useradd <username> -m`.
9090
2. Change the password by running `passwd <username>`.
9191
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-
4. Now edit the `/etc/passwd` file with your commandline editor of choice and at the end of the line that specifies your user change `/bin/sh` to `/bin/bash`.
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`.
9393
5. Now switch users, by running `su - <username>`
9494

9595
- Remember the `-` betweeen `su` and username is required to execute `/etc/profile`,\

0 commit comments

Comments
 (0)