Help!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help!
# 1  
Old 03-25-2005
Help!

1. what does the following command do?

%pushd ~/folder

2. if you start a process in the foreground, what are the commands / processes to pause the current running process and continue executing in the background?
# 2  
Old 03-25-2005
Quote:
Originally Posted by dhkkim
1. what does the following command do?

%pushd ~/folder
man pushd

Quote:
Originally Posted by dhkkim
2. if you start a process in the foreground, what are the commands / processes to pause the current running process and continue executing in the background?
^Z
fg

3. Is it a homework?
# 3  
Old 03-25-2005
Quote:
^Z
fg
i guess above is typo

Code:
^Z
bg

# 4  
Old 03-25-2005
kill -STOP; kill -CONT

gP
# 5  
Old 03-26-2005
closed for suspect of homework.

It goes without saying that you can do a man command on nearly any command and figure it out. "what does this do" questions are typical homework-like questions.

If not I am sorry, repost and phrase your question with a bit more authority.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question