Recent content by DBD

  1. D

    What is the meaning of this "./" command here?

    Q1 - Why go run my-fist.go works? but go run my-fist and does not work. Vice versa the same thing is taking place Q2 - As I stated that both the files namely "my-fist" and "my-fist.go" are in the "hello-world" folder, now the instructor has come to that "hello world" folder and doing 2 things...
  2. D

    What is the meaning of this "./" command here?

    New to linux and golang. Learning both Inside a folder there are 2 files. One is "first" and the other one is "first.go" Now the instructor in the video has done ./first and the file is giving the output sd@sd-VirtualBox:~/Documents/go-udemy/hello-world$ ./my-fist Hello World My question...
  3. D

    No such file or directroy

    What I doing I will try to show
  4. D

    No such file or directroy

    I am giving backslashes only (\) but still the same error is coming
  5. D

    No such file or directroy

    I understand but the commands are all linux related that is why I posted here
  6. D

    No such file or directroy

    I am using Windows where I have downloaded MobaXterm and in the terminal I am writing a script trying to access an EC2 instance Now, I have downloaded the .pem file (key value pair) and kept it in a folder in (D) drive When I am writing this Permission denied part I have got it but why the...
Top