Can i get the commands required to get the following **DisksFileSystems **informations?
1.Logical OR Partition(DisksFileSystems)
2.Model(DisksFileSystems)
3.Volume Serial Number(DisksFileSystems)
4.Physical Drive Manufacturer(DisksFileSystems)
5.Physical Drive Serial Number(DisksFileSystems)
6.Media Type(DisksFileSystems)
7.Logical Disk pointer to Physical Disk(DisksFileSystems)
Also Can i get the commands required to get the following informations about each **SoftwareProducts **(installed or other)in a system?
1.Manufacturer
2.Version/revision
3.Serial/License Key
Also Can i get the commands required to get the following informations about each **SoftwarePatches **(installed or other)in a system?
1.Name
2.Version
3.Vendor
4.Location
Thanks in advance
Sumesh
You can get the information about hardware by opening a console and entering
su–
(Give your root password)
hwinfo --log logfile
(Change logfile as necessary in your situation)
If you are using KDE, System Information will give the information about disk formats.
What software is installed will depend on your hardware and the choices you have made. openSUSE keeps a record of those choices which will be accurate if you consistently use YaST but I’m not sure how you can access that list or whether you would be any the wiser anyway.
Hi John,
I should get SUSE commands(yeah,commands itself)(operation from commandline only).As i don’t have no previous exposure on this matter, i should get which command is used for which information.Also i should get which part of the output should taken.I can’t use any tools which does not comes under default(minimal) installation.It will be great if i would get these information.
You are asking for information that most users never bother about; they just want to know that something works. Unless you have a special reason for getting it, there is no point in bothering about it.
If you have a special reason for getting it, you are going to have to learn to use the command line to do anything with it.
Perhaps you should go one step back and let us know why particularly you want information that most people never bother about.