欢迎关注weixin:生信小博士
#rstudio 卡死了怎么办
cd ~/.local/share/
ls
rm -fr rstudio.old
mv ~/.rstudio ~/.rstudio.old
cd ~/.config/
rm -fr .rstudio.old
mv ~/.config/rstudio/ ~/.config/rstudio.old
ps -ef|grep t040413 |grep rsession |awk '{print $2}'| xargs kill -9