#LInuxQuiz by @letsfoss 🐧
✨ Which command shows the currently logged in Username in the Terminal?
✨ Which command shows the currently logged in Username in the Terminal?
Final Results
9%
username
91%
whoami
0%
iamwho
🤩 Happy New Year 2022 🥳
You can view the Calendar from the Terminal itself.
Open the Terminal and type
This will show the calendar of the current month.
You can customize this by passing different argument
If you want to see calendar for 3 months, Give the command like this
😀 If you find this useful, Share with your Friends.
🤩 Join @letsfoss for more Linux tips & tricks
You can view the Calendar from the Terminal itself.
Open the Terminal and type
cal
then press Enter.This will show the calendar of the current month.
You can customize this by passing different argument
If you want to see calendar for 3 months, Give the command like this
cal -3This will show calendar for 3 Months (Previous, This and Next Month)
😀 If you find this useful, Share with your Friends.
🤩 Join @letsfoss for more Linux tips & tricks
You can use the
Tree commands accept different arguments
If you want to visualize only Directories you have to pass the command like this
🤩 Join @letsfoss for more Linux tips & tricks
tree
command to visualize the folder structureTree commands accept different arguments
If you want to visualize only Directories you have to pass the command like this
tree -dIf you want to visualize the tree along with filesize just pass
tree -hYou can read more about this using man pages using the below command
man tree😀 If you find this useful, Share with your Friends.
🤩 Join @letsfoss for more Linux tips & tricks
You can check your Terminal command history using the below command
If you find this useful, consider joining @letsfoss ❤️
cat ~/.bash_history
If you find this useful, consider joining @letsfoss ❤️
You can easily find the previous command in terminal with the help of Reverse Search
All you have to do is Press
This will bring up
Here you can start typing the command. It'll show the previously entered commands from the
You can go backward through alternative commands by pressing
Can't understand? Just try it once.
If you find this useful, consider joining @letsfoss ❤️
All you have to do is Press
Ctrl+R
key when the terminal is open.This will bring up
bck-i-search:
utilityHere you can start typing the command. It'll show the previously entered commands from the
.bash_history
fileYou can go backward through alternative commands by pressing
Ctrl + R
repeatedly or If you want to go in forward, Press Ctrl + S
key.Can't understand? Just try it once.
If you find this useful, consider joining @letsfoss ❤️
Whenever I install Kali Linux.. I end up breaking the GTK theme somehow 🥺
Do you have similar experience? Join the Discussion 😢
@letsfoss
Do you have similar experience? Join the Discussion 😢
@letsfoss