Skip to content
  • Terms
  • Privacy Policy
Fix User
Answer site for computer enthusiasts and power users
MENU
  • HOME



Tag: nohup

Can I force nohup output to the screen instead of a file?

By JamesPosted on January 27, 2023

Problem : When I run a script with nohup, the output is forced to the out.log file by default; is […]

Is it possible to change a running process in linux, so that it doesn’t quit upon logging out?

By JamesPosted on December 20, 2022

Problem : I know you can use nohup to keep a job running after logging out, but what about a […]

Linux slightly different behaviour If we give ‘&’ before io redirection ‘>’ and after redirection

By JamesPosted on December 11, 2022

Problem : I was starting jboss recently in background in Linux and saw that if you run command as follows: […]

Nohup does not run process in background

By JamesPosted on November 15, 2022

Problem : I run nohup bash -c “while [ true ]; do echo test; done” from PuTTy SSH client, but […]

Background process (nohup &) suspends/resumes when user logs out/logs in

By JamesPosted on November 14, 2022

Problem : Ubuntu Server 11.10 When a normal (non-root) user starts a process with nohup, when the user disconnects from […]

can I `dtach` or `renice` graphical programs like `evince`?

By JamesPosted on July 5, 2022

Problem : I sometimes open PDF’s and then want them “sort of” open “to read later”, but I’m not looking […]

How to attach to a nohup process?

By JamesPosted on March 28, 2022

Problem : If I start a process with nohup: nohup WHATEVER & then how can I see it again? I […]

Using nohup in Ubuntu – how to make it not show the job number?

By JamesPosted on February 21, 2022

Problem : I’m running this command: $ nohup command > foo.out 2> foo.err < /dev/null & My problem is that […]

Retrieve process information from nohup command

By JamesPosted on February 20, 2022

Problem : I use nohup command to run shell scripts as the following: nohup ./run.sh & My question is: After […]

Recent Posts

  • Why NetBeans ( php – remote project ) change permission of files to 0600?
  • Google Chrome click and drag to highlight text not working
  • How do i reformat my Macintosh?
  • how to search for specific word from end of file
  • Waiting for other pc to come up before mounting samba share
  • Capture packets on Asus router
  • How to compute program size?
  • Is there a way to hack a Mac Book Pro to allow higher monitor resolution?
  • Linking seperate cores to separate hard drives
  • How to show uncompressed total physical size in bytes of an HFS-compressed file or directory?

Categories

  • Boot
  • Command Line
  • Google Chrome
  • Hard Drive
  • Linux
  • Macos
  • Ms-Excel
  • Networking
  • Router
  • Windows
Proudly powered by WordPress / Fix User
Go to mobile version