Skip to main content
deleted 2 characters in body
Source Link

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/testbob/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/testbob/.aspnet/https': No such file or directory

The directory on Windows does exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/test/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/test/.aspnet/https': No such file or directory

The directory on Windows does exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/bob/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/bob/.aspnet/https': No such file or directory

The directory on Windows does exists!

added 4 characters in body
Source Link

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/**test/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/**test/.aspnet/https': No such file or directory

The directory on Windows does exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/**/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/**/.aspnet/https': No such file or directory

The directory on Windows does exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/test/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/test/.aspnet/https': No such file or directory

The directory on Windows does exists!

added 2 characters in body
Source Link

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/**/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/**/.aspnet/https': No such file or directory

The directory on Windows dodoes exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/**/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/**/.aspnet/https': No such file or directory

The directory on Windows do exists!

Like the title of the question says i am wondering why i get following error when executing following command inside my bash script:

Command: sudo cp openssl/localhost.pfx /mnt/c/Users/**/.aspnet/https

Output: cp: cannot create regular file '/mnt/c/Users/**/.aspnet/https': No such file or directory

The directory on Windows does exists!

added 39 characters in body
Source Link
Loading
edited title
Link
Loading
Source Link
Loading