单项选择题

Given the following output:  prompt> myapp  
[1]+ Stopped myapp  prompt>  
Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()

A. bg myapp
B. continue myapp
C. exec myapp
D. fg myapp
E. myapp &


您可能感兴趣的试卷

你可能感兴趣的试题

3.多项选择题What does the Filesystem Hierarchy Standard enable? ()

A. software to predict the location of installed files and directories
B. software to predict the ownership and access rights to files and directories
C. users to predict the location of installed files and directories
D. users to predict how the filesystem should be formatted according to need

5.单项选择题Which of these commands allows you to use shared libraries that are in /usr/local/lib?()

A. export LD_PRELOAD=/usr/local/lib
B. export LD_LIBRARY_PATH=/usr/local/lib
C. Idconfig /usr/local/lib
D. Idd/usr/local/lib

7.单项选择题You wish to kill a process with a PID of 123. Select the command which exiting.()

A. kill-1 123
B. kill-9 123
C. kill-15 123
D. kill-17 123

8.单项选择题Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?()

A. tr ’\r\n’ " < userlist.txt > newlist.txt
B. tr -c ’\n\r’ " < newlist.txt > userlist.txt
C. tr -d \r¯ < userlist.txt > newlist.txt
D. tr \r¯\n¯ userlist.txt newlist.txt
E. tr -s ®^M’¡®^J’ userlist.txt newlist.tx

9.单项选择题You have read/write permission on an ordinary file foo. You have just run In foo bar. What would happen if you ran rm foo?()

A. foo and bar would both be removed.
B. foo would be removed while bar would remain accessible.
C. foo would be removed, bar would still exist but would be unusable.
D. Both foo and bar would remain accessible.
E. You would be asked whether bar should be removed.

最新试题

Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()

题型:单项选择题

USB fax/modems that conform to this subclass of the Communication Device Class (CDC) vendor neutral standard are Linux compatible (answer is a 3 letter acronym).()

题型:填空题

Which Debian package system command will list all partially installed packages and suggest how to get them correctly installed?()

题型:单项选择题

Given the following output:  prompt> myapp  [1]+ Stopped myapp  prompt>  Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()

题型:单项选择题

You have read/write permission on an ordinary file foo. You have just run In foo bar. What would happen if you ran rm foo?()

题型:单项选择题

You wish to kill a process with a PID of 123. Select the command which exiting.()

题型:单项选择题

Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into a bash initialization file will have bash recognize vi keystrokes after login?()

题型:单项选择题

To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option need to be added to the corresponding line in /etc/fstab?()

题型:单项选择题

In xorg.conf, which section is concerned with fonts?()

题型:单项选择题

Which system administration command you can use to update Id.so.cache after the installation of new shared libraries?()

题型:单项选择题