Читать книгу Linux Bible - Christopher Negus - Страница 181
TIP
ОглавлениеTo avoid having the output appear, you should have any process running in the background send its output to a file or to null (add 2> /dev/null
to the end of the command line).