Recommended Posts

If you launch your terminal prompt in KDE with Konsole you can use these commands to see processes on your computer. The terminal prompt in Gnome is called Terminal I think. It's been awhile since I've used Gnome.

Type free at the prompt. That'll show how much system memory is available.

Type top at the prompt. That'll show you what applications, processes are currently running.

Type df -h at the prompt. That'll show how much hard drive space is available.

Hope that helps. :D

Link to post
Share on other sites
  • 1 month later...

man will get you instructions on almost all commands (try man man)

df -k will show you all mounted partitions

find search tool

grep find tool

| or called pipe lets you redirect a command to another

> redirect output to

>> redirect output and append to

cfdisk partition tool

which shows path of a command

emerge - Gentoo update and program install too

apt advance package manager for debian and ported to Red Hat systems.

echo put to aout put what ever follows

cat show contence to standard output

date show date and time and set date and time

calander shows a calander

yum package manager for Red Hat type systems

Link to post
Share on other sites
man will get you instructions on almost all commands (try man man)

df -k will show you all mounted partitions

find search tool

grep find tool

| or called pipe lets you redirect a command to another

> redirect output to

>> redirect output and append to

cfdisk partition tool

which shows path of a command

emerge - Gentoo update and program install too

apt advance package manager for debian and ported to Red Hat systems.

echo put to aout put what ever follows

cat show contence to standard output

date show date and time and set date and time

calander shows a calander

yum package manager for Red Hat type systems

Thanks, iccaros. We appreciate your assistance :D

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...