Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Top used *nux commands

Top used *nux commands

Scheduled Pinned Locked Moved The Lounge
linuxhelpquestionlearning
15 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Herboren
    wrote on last edited by
    #1

    Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

    G R S N J 9 Replies Last reply
    0
    • H Herboren

      Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

      G Offline
      G Offline
      gavindon
      wrote on last edited by
      #2

      cd /usr/change to Windows :-D

      Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning.

      1 Reply Last reply
      0
      • H Herboren

        Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

        R Offline
        R Offline
        Rama Krishna Vavilala
        wrote on last edited by
        #3

        Looking at my .bash_history, here are the commands I use the most:-

        ls
        cd
        rm
        mkdir
        ps
        kill
        fg
        chmod
        make
        ./configure
        ruby
        gem
        find
        grep
        vi
        git
        man
        ln
        curl

        Keep using linux more and more and you will learn commands as you go. Usually I find that there is always a "command for that". Shell Scripting on *nix is fun!

        S J 2 Replies Last reply
        0
        • R Rama Krishna Vavilala

          Looking at my .bash_history, here are the commands I use the most:-

          ls
          cd
          rm
          mkdir
          ps
          kill
          fg
          chmod
          make
          ./configure
          ruby
          gem
          find
          grep
          vi
          git
          man
          ln
          curl

          Keep using linux more and more and you will learn commands as you go. Usually I find that there is always a "command for that". Shell Scripting on *nix is fun!

          S Offline
          S Offline
          Super Lloyd
          wrote on last edited by
          #4

          sudo

          !!

          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

          H J A 3 Replies Last reply
          0
          • S Super Lloyd

            sudo

            !!

            A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

            H Offline
            H Offline
            Herboren
            wrote on last edited by
            #5

            well sudo only substitutes root to execute a command then do a command thereafter, I am familiar with sudo from using ubuntu but I mean for more I/O and file manipulation with the terminal. I am not sure if it works in OpenSuse I havent tried. Rama Krishna Vavilala: You rock im gonna man the commands and play with them a little or maybe a lot. =)

            1 Reply Last reply
            0
            • S Super Lloyd

              sudo

              !!

              A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

              J Offline
              J Offline
              John M Drescher
              wrote on last edited by
              #6

              I rarely use that one since I usually just do maintenance using the root user. I am not using ubuntu however.

              John

              1 Reply Last reply
              0
              • R Rama Krishna Vavilala

                Looking at my .bash_history, here are the commands I use the most:-

                ls
                cd
                rm
                mkdir
                ps
                kill
                fg
                chmod
                make
                ./configure
                ruby
                gem
                find
                grep
                vi
                git
                man
                ln
                curl

                Keep using linux more and more and you will learn commands as you go. Usually I find that there is always a "command for that". Shell Scripting on *nix is fun!

                J Offline
                J Offline
                John M Drescher
                wrote on last edited by
                #7

                Very similar for me with a few omissions (no vi, ruby, gem) but add emerge, xargs, awk, nano, screen and use wget instead of curl.

                John

                1 Reply Last reply
                0
                • S Super Lloyd

                  sudo

                  !!

                  A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                  A Offline
                  A Offline
                  Albert Holguin
                  wrote on last edited by
                  #8

                  I actually like Ubuntu's use and abuse of sudo... really makes you double-think what you're about to do.

                  1 Reply Last reply
                  0
                  • H Herboren

                    Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                    S Offline
                    S Offline
                    Steve Mayfield
                    wrote on last edited by
                    #9

                    help :confused: :laugh:

                    Steve _________________ I C(++) therefore I am

                    1 Reply Last reply
                    0
                    • H Herboren

                      Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                      N Offline
                      N Offline
                      NormDroid
                      wrote on last edited by
                      #10

                      init 0

                      Software Kinetics - The home of good software

                      1 Reply Last reply
                      0
                      • H Herboren

                        Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                        J Offline
                        J Offline
                        Joan M
                        wrote on last edited by
                        #11

                        I think that the old jewel must be used now: alias sex "updatedb; locate; talk; date; cd; strip; look; touch; finger; unzip; uptime; gawk; head; apt-get install condom; mount; fsck; gasp; more; yes; yes; yes; more; umount; apt-get remove --purge condom; make clean; sleep" :rolleyes:

                        [www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.

                        1 Reply Last reply
                        0
                        • H Herboren

                          Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #12

                          Herboren wrote:

                          I was just wondering what the top used linux commands are and which ones would be easier to learn

                          You are the once learning linux, why not just get a book of comands and use them? Why do you care which are the most used, its like caring whether people drink tea from cups or mugs. Just get on with it and do it yourway! :)

                          Dr D Evans "The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s" financialpost

                          1 Reply Last reply
                          0
                          • H Herboren

                            Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                            M Offline
                            M Offline
                            mav octaval
                            wrote on last edited by
                            #13

                            The top used command is top.

                            -- Si dos montan un caballo, uno debe ir detrĂ¡s.

                            1 Reply Last reply
                            0
                            • H Herboren

                              Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                              C Offline
                              C Offline
                              CPallini
                              wrote on last edited by
                              #14

                              Top used is, well, ... top! :rolleyes:

                              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                              [My articles]

                              1 Reply Last reply
                              0
                              • H Herboren

                                Heya guys, I was just wondering what the top used linux commands are and which ones would be easier to learn while im in my linux class. We pretty much already have the history unix/linux down now we are into using terminal. Of course, we do use putty to log into ssh and we are limited to the commands we can use, but I want to know what I can use on a daily basis to help me get through term. Or better yet, what commands do you use daily?

                                D Offline
                                D Offline
                                Dan Neely
                                wrote on last edited by
                                #15

                                about 98% of my shell sessions look like this after login:

                                killall -9 psybnc
                                cd psybnc
                                ./psybnc

                                They used to be longer, I've learned that the logs are utterly useless and won't give any indication of why I had to thump it.

                                3x12=36 2x12=24 1x12=12 0x12=18

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups