Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.
kanade
post May 15 2008, 11:36 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 34
Joined: 15-May 08
Member No.: 30,356



Let me give some usefull linux commands and utilities. Please add to this list if you know.
    Work with tar files.
    To make tar archive use

    $ tar -cvf filename.tar filename

    To extract tar archive use
    $ tar -xvf filename.tar

    To extract tar archive with gz use

    $ tar -xzvf filename.tar.gz
      Connect to remote system through ssh

      $ ssh name@ip followed by passwd
      e.g. ssh project@172.16.0.14 passwd:
        List the file in current directory
        $ ls -l
        list the running process
        $ps -e
          Start or Stop or Restart Network
          /etc/init.d/networking start (In ubuntu)
          /etc/init.d/networking restart (In ubuntu)
          /etc/init.d/networking stop (In ubuntu)
          /etc/init.d/network start ( In Fedora)
          /etc/init.d/network restart ( In Fedora)
          /etc/init.d/network stop ( In Fedora)
          Go to the top of the page
           
          +Quote Post

          Reply to this topicStart new topic

          Collapse

          > Similar Topics

          Topics Topics
          1. Now Linux is ease(9)
          2. Linux SuSE detec you all hareware(2)
          3. You can Play now in Linux(26)
          4. What's The Difference Between Linux And Unix?!?(15)
          5. What Language Is Linux Written In ?(15)
          6. Where To Find Notepad++ For Linux ?(37)
          7. What Made You Switch To Linux?(60)
          8. Psybnc - Howto(4)
          9. Looking For Linux(34)
          10. Virtualization In Linux: A Review Of Four Software Choices(4)
          11. How To Install Linux Without A CD or DVD?(11)
          12. How Can I Rip A Dvd To My Hard Drive Under Linux?(0)
          13. Getting My Wireless Network Adapter Working On Linux(2)
          14. What Softwares Should I Get To Linux?(6)
          15. Diablo 2 In Linux?(10)
          1. Linux?(3)
          2. What Is Linux(2)
          3. So, I Want To Try Out Linux.(9)
          4. How To Play Music And Movie In Linux? Which Is The Good One?.(5)
          5. How To Copy File & Folders From Linux To Windows?.(12)
          6. Access Linux Box From Windows Machine- Putty Tool(2)
          7. Linux For Beginners- Easy To Install(15)
          8. Linux Basic Command - For Storing Compilation Error To File(1)
          9. Choice Of Motherboard For Linux Virtualization(4)
          10. Why Linux?(23)
          11. Which Linux Version For Newbies?(14)
          12. Linux Software Installation Help(2)
          13. I Want To Get Linux, Which One Is Best?(4)


           



          - Lo-Fi Version Time is now: 7th October 2008 - 05:34 AM