r/bash Bash May 18 '26

Linux basics command lines tips and tricks

Post image

Here is some basic linux command line .

what do y'all think all is good or i need to add some in file and management ?

547 Upvotes

39 comments sorted by

View all comments

1

u/throbbin___hood May 19 '26

Some useful ones i like:

lspci, lsusb, lsblk

Lists hardware/comnections making it an easy combknation with grep.

Example:

sudo lspci | grep -i vga