answersLogoWhite

0

In a terminal:

free -t -m (answer is in megabytes)

free -t -h (answer is in gigabytes)

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Can you make your own software using codes from Linux from Scratch?

That would depend on what you mean by "your own software." Linux From Scratch is used to create a complete distribution. It doesn't focus on the modification of any software sources. You are, of course, free to modify the source code and/or add your own programs to the distribution.


What is Linux Blue Cat?

BlueCat Linux is a distribution aimed at embedded systems (self-contained devices). Typically, you would find this distribution used in devices like MP3 players, print servers, etc., and would not be installed on your computer for general use.


What is the first step to using Linux lvm?

The first step to using a Linux LVM would be to install the program onto the Linux computer. The second step would be to activate the program and use the program for its purpose.


How Linux 7 boots?

There is no such thing as a "Linux 7". Even if there is a Linux distribution trying to market itself as a Windows 7 lookalike, it would be in a lot of legal trouble with Microsoft. As far as the Linux kernel, it's not the sole component responsible in booting. Additionally, the Linux kernel is up to at least 4.13 as of now.


What are the different memory management techniques used by Linux operating system?

There are many diffferent memory management techniques used in any Operating System, and Linux is no different. The answer is not simple and is beyond the scope of this type of question. I would refer you to any of the Linux kernel books for more in-depth discussion of the techniques that are used.


Which distribution of Linux would you use?

It really depends on what you're using it for. If you're a beginner, I suggest using Ubuntu or any of it's many derivatives. If you are using an older computer, perhaps Damn Small Linux. If you wish for the operating system and all applications to be compiled specifically for your machine, you may wish to use Gentoo. If you are working in a corporate environment, perhaps Redhat Enterprise Linux is right for you. Once you've chosen there is nothing forcing you to stay with the choice. You can always change, at little to no cost.


What is the relationhip between Linux and the GNU project?

The GNU project develops programs and utilities for an as yet rudimentary operating system known as "GNU." Since the programs are open-source, they have been adapted to work using the Linux kernel as well. Other than using its programs, there is no direct relationship.


What is the Slackware Linux Project about?

Slackware Linux is an advanced Linux operating system designed for easy and simple use as well as great stabilities. The idea is to make a Unix-like Linux distribution and provides many development tools and features for those who like to web browse and those who want additional programs.


Where you can find a Linux Distribution?

Linux is not an operating system by itself. Just like you cannot install Windows you have to install Windows XP or Windows Vista. You can use the website in related links to find a list of active Linux Distributions. If I could recommend one I would recommend Linux Mint because it is easy to use.


What distribution of Linux would you use?

There are several good distro's of linux, it really just depends on what you are trying to do with it. ie programming, regular desktop use, or trying to run a server. One of my favorites is debian, but if your a new user I would suggest ubuntu or opensuse.


Why might a company not want to use Linux on ts desktop computers?

If that company was Apple or Microsoft, using Linux instead would be a bit bad for business.


How can FTP be installed in Linux environment?

It varies from distribution to distribution, for example in ubuntu you would do one of these: sudo apt-get install ftpd sudo apt-get install pure-ftpd sudo apt-get install vsftpd