Announcement

Collapse
No announcement yet.

How do I cd and execute files?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I cd and execute files?

    I need to understand two things...(at the moment that is)...in simple English

    1. how do I cd to a folder/file?
    and,
    2. how do I make a file executable?

    All help would be appreciated

    #2
    Re: How do I cd and execute files?

    Open a console and type:
    Code:
    man cd
    for details on the cd (change directory) command
    Code:
    man chmod
    for details on the chmod (change file mode bits)
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: How do I cd and execute files?

      thanks Snowhog your advice in the passt has been spot on, I won't have a chance to try for a couple of hours...however I let you know of my success.

      Comment


        #4
        Re: How do I cd and execute files?

        ozguitarplayer
        Don't know if you need any of this.
        Main focus of my brief how-to is how to navigate the file system.
        I'm not the expert on this, but it does help get people moving in the right direction for Kubuntu commands:
        Commands at Konsole: Beginners
        http://kubuntuforums.net/forums/inde...opic=3091607.0
        also this:
        Bash Reference Manual
        http://www.gnu.org/software/bash/manual/bashref.html

        An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

        Comment

        Working...
        X