Back-end Interview Speaking Skills Collection Chapter 19: Linux Interview Speaking Skills

This is the nineteenth blog post of the back-end interview collection - linuxinterview skills❗❗❗

1. What are the top five commands you use after logging into a Linux server?

  1. cdcommand to go to javathe directory

  2. ps - eaf | grep xxx.jar: View xxxthe progress of the project

  3. kill -9 pid: Killed xxx项目process

  4. history |grep nohup: Find nohupinstructions, the purpose is to find the start xxx.jarrecord

  5. nohup java -jar xxx.jar > log.file 2>&1 &: start xxx.jarthe project

2. Briefly talk about linux common commands

linuxThis question can also be asked like this: What are the commonly used commands in your work ?

Order explain Remark
rm -rf Delete all files on the server -

Guess you like

Origin blog.csdn.net/lvoelife/article/details/132603921