$ ps ax
:
:
:
:
5441 pts/0 Tl 0:06 /home/vagrant/.rbenv/versions/1.9.3-p448/bin/ruby script/rails s
5582 ? S 0:00 pickup -l -t fifo -u
5855 pts/0 R+ 0:00 ps ax
# 起動中のプロセスを終了
$ kill -9 5441
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
$ ps ax
:
:
:
:
5441 pts/0 Tl 0:06 /home/vagrant/.rbenv/versions/1.9.3-p448/bin/ruby script/rails s
5582 ? S 0:00 pickup -l -t fifo -u
5855 pts/0 R+ 0:00 ps ax
# 起動中のプロセスを終了
$ kill -9 5441
Register as a new user and use Qiita more conveniently
Go to list of users who liked