unix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pariram
    New Member
    • Feb 2008
    • 1

    unix

    i want commands in unix?
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    Originally posted by pariram
    i want commands in unix?
    what if we use google for this..
    http://www.google.co.i n/search?q=unix+c ommand+referenc e+&ie=utf-8&oe=utf-8&aq=t&rls=org. mozilla:en-US:official&cli ent=firefox-a

    Comment

    • WinblowsME
      New Member
      • Jan 2008
      • 58

      #3
      List your /etc/bin or /etc/sbin directory (ls -l /etc/bin or ls -l /etc/sbin) and man the executables.

      Comment

      • npidaparthy
        New Member
        • Feb 2008
        • 14

        #4
        Originally posted by pariram
        i want commands in unix?
        go to bash shell

        type "bash" at the command prompt

        press "Tab" twice

        you will get all the commands in your screen

        -Nagendra Pidaparthy

        Comment

        • prassaad
          New Member
          • Aug 2007
          • 16

          #5
          "Beginning with unix" book will solve your all doubts of commands..

          Comment

          • jeasoft
            New Member
            • Feb 2008
            • 6

            #6
            In the case of you are using GNU/Linux, you can use the command info <<command>> too.
            When you learn a little bit of unix/linux command, it's a good idea to search a shell scripting manual, specially about Bash.

            Comment

            Working...