Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Welcome to the TechnoWorldInc! Community!
Recent Updates
[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 08, 2024, 10:26:18 AM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Computer / Technical Issues » Operating Systems » Linux
 A few basic linux commands u need to know to actually use linux
Pages: [1]   Go Down
  Print  
Author Topic: A few basic linux commands u need to know to actually use linux  (Read 1819 times)
Mark David
Administrator
Super Elite Member
*****



Karma: 185
Offline Offline

Posts: 1624

!!!Techno King!!!

fabulous_designer
View Profile WWW
A few basic linux commands u need to know to actually use linux
« Posted: February 21, 2008, 12:19:59 PM »


A few basic linux commands u need to know to actually use linux

The following is a non-comprehensive list of commands that I use regularly and had some difficulty finding when I first started with Linux. These commands are the fundamentals -- absolute basics.

execute a program
./

Change directory
cd

Go to home dir
cd

Change permissions
chmod

Change ownership
chown

Create a new user
adduser

Change password
passwd

Make an ssh connection
ssh -l


Use text browser
lynx

Switch users
su -u

Remote root login
su -u root (after regular connection is made)

Create multiple screens
screen

Check connections
netstat

Access a cd
mount /mnt/cdrom

Eject a cd
umount /mnt/cdrom eject

Access irc channel
irc (assuming it is in a directory that is included in your env path)

Access your ipchains or iptables
./ipchains or ipchains (may have to be in directory depending on env path)

Check your location
pwd

Send network message
talk

Check network config
linuxconf

Find a file
find / -name -print (wildcards * can be used)

Get info on a program : man
Make a new directory : mkdir

Remove a directory : rmdir

List all files in a directory : ls

Display file content : cat

Copy files : cp

Move files : mv

Search for a keyword : grep

Create a new text doc : pico or vi (if you are a newbie, use pico)

Start X client : startx

Stop a process : kill

Via: Techmaestro

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.086 seconds with 25 queries.