Ubuntu linux, like other linux has command kill a gives process.
the command used to kill a process instantly is
kill -9 (followed by process id)
See how to see the process id of the process,
the command used to kill a process instantly is
kill -9 (followed by process id)
See how to see the process id of the process,
Comments
Post a Comment