how is "to run even after user logs out"

Answers were Sorted based on User's Feedback



how is "to run even after user logs out"..

Answer / s

correct wording:

Q: how to run a command even after user logs out?
A: use the nohup command like so

nohup ./some-script.sh

Is This Answer Correct ?    9 Yes 0 No

how is "to run even after user logs out"..

Answer / maneeshkumar

nohup script &

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

what is major and minor?

2 Answers   IBM,


Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred ?

6 Answers   IBM, IMB,


what are the init levels in Linux?

3 Answers  


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

0 Answers  


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

0 Answers  






What is the syntax of mkdir?

0 Answers  


What does df command do in linux?

0 Answers  


How do I find old commands in linux?

0 Answers  


What are bash scripts used for?

0 Answers  


What are the basic command in linux?

0 Answers  


What command would you use to check how much memory is being used by linux?

0 Answers  


What does f mean linux?

0 Answers  


Categories