User Tools

Site Tools


linux:linux-commands:other

Other

Hardware Info

Getting information about model no. of computer

# dmidecode | grep -i prod

Make ISO image of a folder

# mkisofs -J -allow-lowercase -R -V "OpenCD8806" -iso-level 4 -o OpenCD.iso ~/OpenCD

Show all system commands with an Explanation

# for i in $(ls /usr/bin); do whatis $i | grep -v nothing; done
linux/linux-commands/other.txt · Last modified: by 127.0.0.1