GeekEast / blog_comment

0 stars 0 forks source link

Ubuntu Commands All in One | 雪中印 #18

Open GeekEast opened 5 years ago

GeekEast commented 5 years ago

https://geekeast.github.io/linuxcommands.html

File Permission r: Read w: Write x: eXecute Binary Octal Permission 000 0 — 001 1 –x 010 2 -w- 011 3 -wx 100 4 r– 101 5 r-x 110 6 rw- 111 7 rwx

GeekEast commented 5 years ago

后台运行

nohup [command] &

GeekEast commented 4 years ago

ps -ef | grep node