Linux

basename command in Linux

basename command in Linux/Unix, Uses of basename command with examples

basename –help basname /etc/apt/apt.conf.d basname /etc/apt/apt.conf.d/ basename -a /etc/apt/apt.conf.d /etc/apt/keyrings basename /etc/apt/sources.list .list basename /etc/apt/sources.list s.list basename /etc/apt/sources.list sources.list basename -s .list /etc/apt/sources.list basename -s s.list /etc/apt/sources.list basename -s sources.list /etc/apt/sources.list basename -a -s .d /etc/apt/sources.list.d /etc/apt/trusted.gpg.d /etc/apt/preferences.d  

basename command in Linux/Unix, Uses of basename command with examples Read More »

lshw command in Linux

lshw command in Linux, Uses of lshw command in Linux with examples

lshw (list hardware) command is a small tool that generates detailed reports about various hardware components, including CPU version, memory configuration, cache information, bus speed, etc. on the system. lshw command is able to do so because it reads various files located in the /proc directory. To display complete information you must be root user

lshw command in Linux, Uses of lshw command in Linux with examples Read More »

Scroll to Top