Accidentally killed /bin/bash process.. what should i do? [closed] - bash

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
as the topic suggest, i accidentally killed the wrong process. nothing is working for me now. what should i do?
I have tried to install, reinstall but it does not work.
whatever cmd i type just returns nothing
ls
cmd
pwd

Assuming that you had ssh'ed to the machine and killed your own shell, I would suggest that you just try to ssh to the machine again and start over.
If that doesn't work, reboot the server via the AWS console.

Related

What happens after running the "certutil" and "certutil -dump" commands (non-admin)? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 days ago.
Improve this question
I runned certutil command without any parameters.
Hello, I opened my command line (not as admin) and ran the "certutil" and "certutil -dump" commands. What happened after that? What are the consequences? And how to revert the changes? I don't know anything about the certutil command and what it does. Also after running them it said something like "dump command completed succussfully. I appreciate your help.

cmd refuses all commands [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
With W7x64, all commands ("mkdir", "ping", "ipconfig", or the installed "composer") grant an "access refused" error.
I shut down firewall (Comodo), disabled UAC, launched cmd as administrator, created a brand new administrator session, checked and altered owning permissions (setting them to my account), and, of course, restarted the damn machine.
Last piece of information, but I don't think it has any relevance : system is on SSD.
Edit : Here is a screen shot:
I can't figure what happened to my command line, but installing an alternative (I choose conemu) makes things returning to their old self again.

Need to be able to run a Batch file from another computer over the internet [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am running a minecraft server for a friend. And he needs to be able to start the server. I need some way to run a bat file over the internet for him. I am not really coder so. I don't know how to do this. I have been told by coder friends ssh is the way to go. I have no idea how to use ssh. Windows btw.
Quick Google Search, First result

Windows disappear but still in task manager. How to get them back? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have this problem now for a long time.
It happens that for example I have many Command prompt windows and notepad opened and suddenly I realize the windows are gone but the processes are still in Task manager.
Does anyone know what is going on. Did I press some kind of shortcut for this to happen.
Can I get them back somehow?
I found the culprit.
I started this software which caused the problems:
http://tribe.nu/Blockify.html

Is it possible to copy files from one computer (which is remotely accessing another one through terminal) to the other one? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm using a Mac to remotely access a computer in my university's computer lab. The Mac serves as a terminal. If I need to transfer some files from my computer into the one in the lab, is it, firstly, possible? If yes, then please guide me to it.
Absolutely, use the UNIX / Linux command scp (secure copy):
$ scp user#server:directory/SourceFile TargetFile
Update based on OP's response:
$ scp path/to/my/file.txt user#server.com:/path/to/copy/to/file.txt

Resources