List of Linux User Commands
Help and Support for Unix, Linux and Apple Macintosh systems.

Moderators: Forum Experts, Management

ehehehehe

Postby kash03dancer on Mon Oct 25, 2004 9:17 pm

If you put in CTRL + C.. you can't forget CTRL + Z :)

If you want to make way for another console application, start the first application, hit CTRL + Z, then type 'bg' without the quotes. This will successfully send the application to the background.

Sometimes, when you send an application to the background, it still outputs to the terminal, and can be a major annoyance. To stop this, let's say we're trying to run a doom 3 dedicated server...

In this example, we send the terminal output to a log file, thereby, making the terminal empty.

The doom 3 executable is called 'doom3-dedicated'.

# ./doom3-dedicated >& doom3server.log &
.......^
executes the file
.................................^
.......tells the application to send output to ...
..........................................^ that file.

Do you want to be able to do lots of things at once, such as mount two cds and copy files from both, all at one time? (I was copying the pak files from D3 to my HDD)

the & symbol can be used two ways in a command line that i am aware of.

The first way, is to use one &.

# mount /data/hdc & mount /data/hdd (&& cp -R /mnt/*.pk4) < dont type the parenthesys part _yet_

What that command did, was mounted the two drives at the same time. Exact same time. So, one & means to do command A & command B at the same time. Now for two &'s.

# cd apache2 && ./configure && make && make install

That command tells the system to wait until the previous command is complete.

ONE MORE THING!

Want to find out your device famerate compared to other linux cards?

Go to a console, and type glxgears :) Watch the terminal output!

Whtat that did,
<img src="http://homer15.hollosite.com/signatures/aflerbats.gif">
kash03dancer
PRO Level 2
PRO Level 2
 
Posts: 19
Joined: Mon May 03, 2004 1:25 am
Location: USA

Postby Avenge19 on Sun Nov 07, 2004 7:01 am

In console try "reset" good for starting over without creating a new session.
Also to close to console: Click "setting" tab and set to "alt d" that's what I do it's good. Enjoy :cheers: .
User avatar
Avenge19
PRO Level 13
PRO Level 13
 
Posts: 811
Joined: Mon Oct 18, 2004 3:56 am
Location: My home.....

Postby stlava on Wed Nov 10, 2004 6:23 pm

Here is a usefull cmds i found. this is a placemarker for later posts here.
cmd--- use
top | It displays the system what is running how much cpu it uses.
User avatar
stlava
PRO Level 15
PRO Level 15
 
Posts: 1386
Joined: Mon Nov 01, 2004 11:21 pm
Location: /home/slava/

Postby OrangeRoot1000 on Sun Apr 03, 2005 11:51 pm

chattr .. change attributes ... used to protect files
dd ... used for bit by bit backup with blank spaces
/etc/init.d/MODULE_NAME START|STOP|RESTART --- if the service name is known the admin rarely needs to reboot.

dmesg ... makes a list of kernel modules that are loaded on your system
grep ... find a certain pattern in text
less ....similar to more but allows backward movement in a file --- *nix considers everything a file
more ...allow forward movement of a file ... pause function if used wih ls
lsusb ... shows usb connections
dpkg ... Debian package manager
apt-get ... Debian way to upgrade, install or remove packages
apt-cache ... shows what is stored in archives of /var
tar -- compression files for *nix
available online: irc.debian.org #oklinux #libranet

apt-get install
Image
User avatar
OrangeRoot1000
PRO Level 4
PRO Level 4
 
Posts: 144
Joined: Fri Apr 01, 2005 10:55 pm
Location: Phx., AZ USA

Re: List of Linux User Commands

Postby Jennifervn on Wed Jul 01, 2009 10:53 pm

Thanks for your posts. They are really very cool, very wonderful :blink .
Jennifervn
PRO New Member
PRO New Member
 
Posts: 1
Joined: Wed Jul 01, 2009 10:51 pm

Re: List of Linux User Commands

Postby augie on Wed Jul 01, 2009 11:38 pm

Jennifervn wrote:Thanks for your posts. They are really very cool, very wonderful :blink .


Welcome aboard Jennifervn. I do hope you learn more from this than I did! :lol:
Everything that irritates us about others can lead us to an understanding of ourselves. -- Carl Jung

P5Q-Pro, Q6600@3.07GHz, 4X 1GB PC8500, 2X eVGA 9800GT @1800 shaders,W7 X64 Ult.
A8N-E, X2 3800+, 2X 512MB, eVGA GTX 260-216 @ 1550 shaders, XP Pro X86
User avatar
augie
Community Director
 
Posts: 13631
Joined: Sun Aug 25, 2002 8:55 pm
Location: Laurentians, Quebec

Previous

Return to Other Operating Systems

Who is online

Users browsing this forum: No registered users and 0 guests