Where to locate the linux control panel memory?

Asked By 10 points N/A Posted on -
qa-featured

Hi techyv,

Where to locate the Linux control panel memory?

I want to know the maximum and exact space of my computer memory in my Linux pc desktop. In our company we have to estimate the files to be saved in a computer so that we will not be having some problem about low disk space.

I just want to be ready and aware.

Hoping for your help. Thanks.

SHARE
Answered By 5 points N/A #181373

Where to locate the linux control panel memory?

qa-featured

Hi,

You can edit virtual memory to increase your PC performance if your computer is running many programs simultaneously. You can adjust virtual memory in Linux-based computer.

These instructions will give you quick steps for adjusting virtual memory and increasing your computer's performance.

Check This link it may help you:

To Display TOTAL Hard Disk Size:

The fdisk command is partition table manipulator for Linux. But it can use to display total hard disk space.

Type the following code as the root user:

# fdisk -l | grep Disk

Sample outputs:

Disk /dev/hda: 20.0 GB, 20060651520 bytes
Disk /dev/hdb: 80.0 GB, 80060424192 bytes


For Video Tutorial;

Related Questions