Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 15-05-2005, 06:18 AM   #1 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default Can any one post basic LINUX commands..


Hi! I am a newbie to linux and wish to learn its lingo.. i have already installed SuSE 9.1 on my PC.. Can anyone post some standard commands which can be used along with its application/use..
For eg.: su (To log on as root), etc..
THANX..
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-05-2005, 09:04 AM   #2 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

Hmm.. here u go...

chmod - used to change permissions for files in Linux...
echo - used to display some text in SHell Scripting (echo the word explains it)
read - used in Shell Scripting to read data to be used in the script
For more details, see My Tut
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Old 15-05-2005, 02:07 PM   #3 (permalink)
In The Zone
 
Join Date: Feb 2005
Location: Anonymous
Posts: 204
Default

For some Linux shortcuts >> Click here <<
h4xbox is offline  
Old 16-05-2005, 01:40 PM   #4 (permalink)
Broken In
 
Join Date: Nov 2004
Location: BIOS
Posts: 101
Default

Old but still useful http://education.vsnl.com/cyberciti/linuxcom.htm
__________________
Who am I? What am I doing? Why this happened to me? Are you stuck in life? Then read the most age old “Bhagwat gita” to solve all mysteries of life.
nixcraft is offline  
Old 17-05-2005, 05:47 AM   #5 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default

What is the command for changing directories ?
Also, by which commands can I install programs like .rpm and .tar.gz?
How can I change root password and login password using commands ?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 17-05-2005, 08:05 AM   #6 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

To change directories, "cd <directoryname>"

To list contents of the current directory, "ls".

For decompressing .gz files, "gunzip filename.gz"
For .bz2 files "bunzip2 filename.gz"

For extracting tar files, "tar xvf filename.tar"
And then cd to the directory created.

If this directory contains source code of the software, the general way to install is

./configure
make
make install

But this can vary, read the README and INSTALL files

less README
less INSTALL

Some miscellaneous commands -

To display a file on screen,

cat filename

To display it such that you can scroll up and down with the arrow keys

less filename

Text editor

vi filename

Remember that it is always case sensitive.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 17-05-2005, 11:27 PM   #7 (permalink)
Stabbing my shoe
 
Join Date: Jan 2005
Location: Ahmedabad
Posts: 306
Default

THNX for all the links, but how do I INSTALL .tgz files?
__________________
>> Siddhartha <<
> http://sidroy.wordpress.com <
> Beauty lies in the eyes of the Beer Holder <
//siddhartha// is offline  
Old 25-05-2005, 04:04 PM   #8 (permalink)
In The Zone
 
#/bin/sh's Avatar
 
Join Date: Apr 2004
Location: 42.65 N 73.76 W
Posts: 213
Default

Installing the software in these packages is generally not too hard, and usually you can install them in the following steps:

.tar file
**********

tar xf file.tar # UnTAR the file.
cd file
./configure
make
make install # Optional, usually just installs additional man pages and such.

The program should now be installed, if the program compiled cleanly.


.tar.gz file
*************

gunzip file.tar.gz # GUNzip the file.
tar xf file.tar # The file is now just a .tar file.
cd file # Go into the directory.
./configure # Configure the makefile.
make # Compile the program.
make install

The software should now be ready to run, if compiled correctly.


.tgz file
**********

One upside in these files in that they usually include compiled binaries (programs ready to run). These usually don't require any installing, and you can usually run them right away.
__________________
\"99 little bugs in the code, 99 bugs in the code, fix one bug, compile it again, 148 little bugs in the code. 148 little bugs in the code....\"
#/bin/sh is offline  
Old 25-05-2005, 04:06 PM   #9 (permalink)
In The Zone
 
#/bin/sh's Avatar
 
Join Date: Apr 2004
Location: 42.65 N 73.76 W
Posts: 213
Default

check Red Hat Linux Manuals
complet E-books

http://www.redhat.com/docs/manuals/linux/
__________________
\"99 little bugs in the code, 99 bugs in the code, fix one bug, compile it again, 148 little bugs in the code. 148 little bugs in the code....\"
#/bin/sh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 02:49 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2