How to list partition table on ubuntu

How to list partition table on ubuntu ?

our ubuntu hard disks can be divided into one or more logical disks called partitions. This division is described in the partition table found in sector 0 of the disk. To list your disk partition table you just need to use command fdisk in your ubuntu terminal.

[...]

Distribution-specific information of your ubuntu

The lsb_release command provides certain LSB (Linux Standard Base) and distribution-specific information.

lsb_release -a

Below is an example of the output of command lsb_release

kartook@Nilas:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty kartook@Nilas:~$

Possibly Related Posts:

Linux local privilege escalation via SUID How to uninstall Vmware workstation v 8.0.0.471780.bundle
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10
VCP Home LAB : Part -3
VCP Home LAB – part-2

Compiz issue:No window borders

Compiz issue:No window borders

today I met a issue of Compiz,the symptom is there is no windows borders of Compiz

Well actually, I think there are a too many possibilities for why this happened, but everytime it happens to me I can fix it with this command. Run it with alt+f2:

emerald –replace & [...]