hmaverickadams / Beginner-Network-Pentesting

Notes for Beginner Network Pentesting Course
5.77k stars 1.61k forks source link

Command cd not working #5

Closed Zootz closed 4 years ago

Zootz commented 4 years ago

Hi, I am watching your video on Full Ethical Hacking Course on Youtube and I downloaded Kali Linux.

I am at the very beginning at the pwd and cd examples and when i typed in cd into the terminal, nothing comes up.

It looks like this:

kali@kali:~$ pwd /home/kali kali@kali:~$ cd kali@kali:~$ cd kali@kali:~$

Please help.

AlpacaMax commented 4 years ago

cd is for changing the current working directory. You have to add something after it so that your directory would change. For example: cd ~/Desktop which changes to the Desktop directory.

Shailendra-Vishwakarma commented 4 years ago

Linux command is case-sensitive , you have to put command properly eg: cd Desktop is right. if you put cd desktop you will get command not found error

Shailendra-Vishwakarma commented 4 years ago

Linux command is case-sensitive , you have to put command properly eg: cd Desktop is right. if you put cd desktop you will get command not found error

On Thu, Apr 2, 2020 at 3:15 PM AlpacaMax notifications@github.com wrote:

cd is for changing the current working directory. You have to add something after it so that your directory would change. For example: cd ~/Desktop which changes to the Desktop directory.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-607739002, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCYAHCC3ZXRCHOP2MQ2WTDRKRNFJANCNFSM4L2EOUAA .

Shailendra-Vishwakarma commented 4 years ago

https://www.cybersploit.in/30-basics-linux-command-in-hindi

On Thu, Apr 2, 2020 at 11:29 PM s.K viShwAkaRmA shailendracse1998@gmail.com wrote:

Linux command is case-sensitive , you have to put command properly eg: cd Desktop is right. if you put cd desktop you will get command not found error

On Thu, Apr 2, 2020 at 3:15 PM AlpacaMax notifications@github.com wrote:

cd is for changing the current working directory. You have to add something after it so that your directory would change. For example: cd ~/Desktop which changes to the Desktop directory.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-607739002, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCYAHCC3ZXRCHOP2MQ2WTDRKRNFJANCNFSM4L2EOUAA .

Zootz commented 4 years ago

cd is for changing the current working directory. You have to add something after it so that your directory would change. For example: cd ~/Desktop which changes to the Desktop directory.

Hi, thanks for the reply. I was following the instructions and the video showed a few files appearing on the terminal (Documents, Downloads, Music, Pictures etc.) whereas the version im using doesn't show anything.

If there's anyway i can show a screenshot that would help.

Anyways, I will try again by inputting cd ~/Desktop. Thank you.

Shailendra-Vishwakarma commented 4 years ago

ya,........ you can show screenshot.

Shailendra-Vishwakarma commented 4 years ago

Selection_010 if you still getting error then you can check it. first list your directory using ls command.

Zootz commented 4 years ago

Hi cybersploitskv

I got this:

cd not working

Instead of this:

example

Shailendra-Vishwakarma commented 4 years ago

you need to put directory name Like cd yourdirectory

As i saw in screenshot shot you are using only cd Only

On Fri, 3 Apr, 2020, 12:20 AM Zootz, notifications@github.com wrote:

Hi cybersploitskv

I got this:

[image: cd not working] https://user-images.githubusercontent.com/24985292/78290069-bd7d5900-7555-11ea-9131-37d40c17d3c2.PNG

Instead of this:

[image: example] https://user-images.githubusercontent.com/24985292/78290096-c53cfd80-7555-11ea-8420-39c293d84674.PNG

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-608040208, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCYAHERYWN642E36WMYCPDRKTM5ZANCNFSM4L2EOUAA .

Shailendra-Vishwakarma commented 4 years ago

if you still not getting then i will help using team viewer (remote desktop)

On Fri, 3 Apr, 2020, 1:15 AM s.K viShwAkaRmA, shailendracse1998@gmail.com wrote:

you need to put directory name Like cd yourdirectory

As i saw in screenshot shot you are using only cd Only

On Fri, 3 Apr, 2020, 12:20 AM Zootz, notifications@github.com wrote:

Hi cybersploitskv

I got this:

[image: cd not working] https://user-images.githubusercontent.com/24985292/78290069-bd7d5900-7555-11ea-9131-37d40c17d3c2.PNG

Instead of this:

[image: example] https://user-images.githubusercontent.com/24985292/78290096-c53cfd80-7555-11ea-8420-39c293d84674.PNG

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-608040208, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCYAHERYWN642E36WMYCPDRKTM5ZANCNFSM4L2EOUAA .

Zootz commented 4 years ago

if you still not getting then i will help using team viewer (remote desktop) On Fri, 3 Apr, 2020, 1:15 AM s.K viShwAkaRmA, shailendracse1998@gmail.com wrote: you need to put directory name Like cd yourdirectory As i saw in screenshot shot you are using only cd Only On Fri, 3 Apr, 2020, 12:20 AM Zootz, @.***> wrote: > Hi cybersploitskv > > I got this: > > [image: cd not working] > https://user-images.githubusercontent.com/24985292/78290069-bd7d5900-7555-11ea-9131-37d40c17d3c2.PNG > > Instead of this: > > [image: example] > https://user-images.githubusercontent.com/24985292/78290096-c53cfd80-7555-11ea-8420-39c293d84674.PNG > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#5 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/ALCYAHERYWN642E36WMYCPDRKTM5ZANCNFSM4L2EOUAA > . >

Hi I finally got it to show by using ls. Thank you all for your great help and quick replies.

Shailendra-Vishwakarma commented 4 years ago

u welcome

On Fri, 3 Apr, 2020, 9:32 PM Zootz, notifications@github.com wrote:

if you still not getting then i will help using team viewer (remote desktop) On Fri, 3 Apr, 2020, 1:15 AM s.K viShwAkaRmA, shailendracse1998@gmail.com wrote: … <#m2654039430053571936> you need to put directory name Like cd yourdirectory As i saw in screenshot shot you are using only cd Only On Fri, 3 Apr, 2020, 12:20 AM Zootz, @.***> wrote: > Hi cybersploitskv > > I got this: > > [image: cd not working] > https://user-images.githubusercontent.com/24985292/78290069-bd7d5900-7555-11ea-9131-37d40c17d3c2.PNG

Instead of this: > > [image: example] > https://user-images.githubusercontent.com/24985292/78290096-c53cfd80-7555-11ea-8420-39c293d84674.PNG — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#5 (comment) https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-608040208>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/ALCYAHERYWN642E36WMYCPDRKTM5ZANCNFSM4L2EOUAA . >

Hi I finally got it to show by using ls. Thank you all for your great help and quick replies.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hmaverickadams/Beginner-Network-Pentesting/issues/5#issuecomment-608523840, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCYAHEHNLHULTZORJAX4C3RKYCA3ANCNFSM4L2EOUAA .