Results 1 to 3 of 3

Thread: cd command help / no such file or directory

  1. #1
    Join Date
    2022-Apr
    Posts
    1

    cd command help / no such file or directory

    hi im trying to install a git hub tool and once i do clone the link then us cd the name of tool it shows up as no such file or directory

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    a github tool could be something that can interact with github repositories, or do you mean an actual github repo containing a tool you want to install..?

  3. #3
    Join Date
    2021-Jun
    Location
    The Land of the Dead
    Posts
    39
    Quote Originally Posted by anon_j1 View Post
    hi im trying to install a git hub tool and once i do clone the link then us cd the name of tool it shows up as no such file or directory
    You don't use the Change Directory command using the the name of the tool, you cd to the name of the Directory.
    For example::

    Code:
    cd /home/jitte/Downloads
    Now you're in the Downloads Directory

    Code:
    cd /
    Now you're back in the home Directory.

Similar Threads

  1. No such file or directory
    By lpvmc in forum Installing Archive
    Replies: 0
    Last Post: 2015-08-18, 13:44
  2. Metsvc No such file or directory
    By cacaocaca in forum How-To Archive
    Replies: 0
    Last Post: 2014-09-29, 19:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •