Update index.md (#28366)

Added whoami command
This commit is contained in:
Ana1ya7at0R
2019-01-10 10:49:22 -08:00
committed by Christopher McCormack
parent 94c8af2dbc
commit 16a65f3027

View File

@ -92,6 +92,9 @@ When starting out with Linux, there are some basic commands everyone should know
26. **passwd** - changes user passwords 26. **passwd** - changes user passwords
- Use `passwd -h` to look at the options available for changing passwords. - Use `passwd -h` to look at the options available for changing passwords.
27. **whoami** - display current user
- Use this command to display the username of the current user to the console.
### Useful Resources for Practice: ### Useful Resources for Practice:
- [JSLinux](https://bellard.org/jslinux/vm.html?url=https://bellard.org/jslinux/buildroot-x86.cfg): Run the terminal inside your browser. Great for practice. - [JSLinux](https://bellard.org/jslinux/vm.html?url=https://bellard.org/jslinux/buildroot-x86.cfg): Run the terminal inside your browser. Great for practice.
- [LearnShell](https://www.learnshell.org/): Interactive Linux shell (terminal) tutorials. - [LearnShell](https://www.learnshell.org/): Interactive Linux shell (terminal) tutorials.