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. You can Play now in Linux(26)
          2. What's The Difference Between Linux And Unix?!?(15)
          3. Which Distro Of Linux Is Best For A Windows User ?(42)
          4. Livecd And Liveusb(9)
          5. Where To Find Notepad++ For Linux ?(37)
          6. What Made You Switch To Linux?(59)
          7. Psybnc - Howto(2)
          8. Looking For Linux(29)
          9. Three Ways To Access Linux Partitions From Windows On Dual-boot Systems(5)
          10. Linux And Windows Partitions(2)
          11. Linux Kernel 2.6.24 Released(5)
          12. Virtualization In Linux: A Review Of Four Software Choices(4)
          13. How To Install Linux Without A CD or DVD?(11)
          14. Imac Bondi.........which Linux(1)
          15. General Av Encoding In Linux(0)
          1. How Can I Rip A Dvd To My Hard Drive Under Linux?(0)
          2. Getting My Wireless Network Adapter Working On Linux(2)
          3. What Softwares Should I Get To Linux?(6)
          4. Diablo 2 In Linux?(9)
          5. Linux?(3)
          6. What Is Linux(2)
          7. So, I Want To Try Out Linux.(9)
          8. How To Play Music And Movie In Linux? Which Is The Good One?.(2)
          9. How To Copy File & Folders From Linux To Windows?.(6)
          10. Access Linux Box From Windows Machine- Putty Tool(2)
          11. Linux For Beginners- Easy To Install(8)
          12. Linux Basic Command - For Storing Compilation Error To File(1)
          13. Choice Of Motherboard For Linux Virtualization(4)


           



          - Lo-Fi Version Time is now: 7th July 2008 - 01:08 AM