Команда редактирования-и-выполнения прервана SIGTSTP

Dado que es un enlace suave, user2tendrá que tener acceso a la ruta completa de /home/user1/fold1con al menos el derecho de ejecución(x).

(deberías hacer unchmod g+x /home/user1)

4
04.07.2019, 02:56
1 ответ

Ctrl-Zзапускает SIGTSTP, см.https://stackoverflow.com/questions/11886812/whats-the-difference-between-sigstop-and-sigtstp/11888074. SIGTSTPприостанавливает процесс:

Factoid: If you're a linux programmer, SIGTSTP is what you get when you use Ctrl-Z to interrupt a process running in a shell without killing it. This usually causes the shell to put it on a suspended job list.

комментарий simpleusers под первым ответом вhttps://stackoverflow.com/questions/11886812/whats-the-difference-between-sigstop-and-sigtstp/11888074

Почему SIGTSTPприостанавливает процесс, потому что это определено в ядре, SIGTSTPприостанавливает процесс(http://man7.org/linux/man-pages/man7/signal.7.html)

0
27.01.2020, 21:01

Теги

Похожие вопросы