Unix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mia023
    New Member
    • May 2007
    • 89

    Unix

    Hello I need some ideas about programing the following Java program that simulates the basic functioning of the Unix operating system such as cd ,mkdir ,ls ....)
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by mia023
    Hello I need some ideas about programing the following Java program that simulates the basic functioning of the Unix operating system such as cd ,mkdir ,ls ....)
    The File class does a lot for you already. Start there.

    kind regards,

    Jos

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      You \'ve mentioned some of the easier OS things to accomplish, but why? What is your task? What is your goal? What are you trying to do?

      Comment

      • mia023
        New Member
        • May 2007
        • 89

        #4
        Originally posted by BigDaddyLH
        You \'ve mentioned some of the easier OS things to accomplish, but why? What is your task? What is your goal? What are you trying to do?
        I want to use a linked structure version of a binary tree.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by mia023
          I want to use a linked structure version of a binary tree.
          Erm, the Unix filing system most certainly isn't implemented using a binary tree.
          What exactly do you want? Do you want to experiment with binary trees?

          kind regards,

          Jos

          Comment

          Working...