Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 24
I'm working on further developing my Unix skills and I'm just curious what some of the experienced admins out there would consider to be 10 essential commands every admin should ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    2

    Name 10 commands every Linux and Unix admin should know

    I'm working on further developing my Unix skills and I'm just curious what some of the experienced admins out there would consider to be 10 essential commands every admin should know

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    45
    I don't feel it's a matter of how many commands you know it's more of a matter of knowing how to get information on a command. So to me the most important command is:

    man

  3. #3
    Linux Enthusiast
    Join Date
    Dec 2004
    Posts
    637
    ls
    cp
    rm
    ps
    top
    mkdir
    useradd
    passwd
    smbpasswd
    man
    grep
    chown
    ifconfig
    vi and/or vim



    and the list could go on and on and on......

  4. #4
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    What Number33 said. And apropos.
    Stand up and be counted as a Linux user!

  5. #5
    Linux Engineer d38dm8nw81k1ng's Avatar
    Join Date
    Mar 2005
    Location
    Newcastle
    Posts
    793
    help
    info
    man
    cp
    ls
    mv
    rm -Rf /*
    shutdown -h now
    reboot
    kill
    Here's why Linux is easier than Windows:
    Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
    Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?

  6. #6
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Quote Originally Posted by Zelmo
    And apropos.
    One of the best commands, but one of the most forgotten I find. Well worth knowing.

    Don't forget -
    find
    if
    for
    while
    true
    whois
    dig
    netstat
    tracert
    su

    and if I was to be a jerk I might suggest bash, but that's just preference.
    Last edited by bigtomrodney; 11-08-2006 at 08:59 PM.

  7. #7
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    I like the pushd and popd commands. Eg:

    pushd /usr/bin
    ls -al
    popd
    pwd

    Do you mean 10 or 10 (binary) lol ...
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

  8. #8
    Linux Newbie
    Join Date
    Aug 2006
    Posts
    107
    how to choose just 10

    1 - man dont forget the -k option and the -f option
    2+ - tab key, wildcards, pipe and redirection stuff (not commands but VERY useful)
    3 - cat
    4 - whereis
    5 - head/tail more/less(cheating)
    6 - ln
    7 - dd
    8 - chmod
    9 - chgrp
    10 - ps and top

    oh man I want to blurt about 10 more

  9. #9
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    cat and/or less. I'm certainly no admin (just a hobbyist), but I use those probably once a day.

  10. #10
    Linux User ImNeat's Avatar
    Join Date
    Feb 2006
    Location
    N. America
    Posts
    392
    I'm no admin or shell junkie, but I do use these 10 often:

    su, cd, ls, cp, rm, man, nano, iwconfig, ifconfig, top.
    10" Sony Vaio SRX99P 850MHz P3-M 256MB RAM 20GB HD : ArchLinux
    14" Dell Inspiron 1420N 2GHz Core2Duo 2GB RAM 160GB HD : Xubuntu

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •