Uname command
Basic information can be access with command
uname. Which is short for unix name.
- Linux Kernel Name
uname -s
- Linux Kernel Release
uname -r
- Linux Kernel Version
uname -v
- Network Node Hostname
uname -n
- Machine Hardware Architecture
uname --m
- Processor Type
uname -p
- Hardware Platform
uname -i
- Operating System information
uname -o
- Displaying All Information of Uname Command
uname -a
CPU Information with lscpu command:
lscpu
Block Device Information with lsblk
lsblk
More detailed information for all devices:
lsblk -a
USB Device Info with lsusb
lsusb
More detailed information on each device:
lsusb -v
No comments:
Post a Comment