Results 1 to 4 of 4

Thread: cd command

  1. #1
    Join Date
    2021-May
    Posts
    14

    cd command

    Using the cd command to change directories, I get the message that cd cannot change directory, or I don't get any messages but the change does not happen, is there a particular way to use the cd command?

  2. The cd command is used to change the current working directory in the command-line interface (CLI) of your operating system. If you receive the error message "cd cannot change directory," it means that the directory you are trying to change to does not exist or you don't have permission to access it.

  3. The "cd" command is a fundamental command in the Linux/Unix world used to navigate through directories. The syntax is pretty simple: "cd [directory name]". You just need to type "cd" followed by the name of the directory you want to navigate to.

  4. #4
    Join Date
    2021-May
    Posts
    14
    Quote Originally Posted by anikaqueen View Post
    The cd command is used to change the current working directory in the command-line interface (CLI) of your operating system. If you receive the error message "cd cannot change directory," it means that the directory you are trying to change to does not exist or you don't have permission to access it.
    So it's a matter of permissions, is Kali set like this by default?

Similar Threads

  1. sed command
    By AV3RAG3 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-01-24, 12:22
  2. Command for the command prompt adminroot@kali~$
    By David_Fola in forum Installing Archive
    Replies: 0
    Last Post: 2020-06-22, 00:30

Tags for this Thread

Posting Permissions

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