Run the following commands on one command line so that they do not terminate when you logout. What command line did you use?
find / -inum 23476 -print > all.links.hard 2> /dev/null
find / -name foo -print > foo.paths 2> /dev/null
The following command can be used to perform the task.
nohup find / -inum 23476 -print > all.links.hard 2> /dev/null ; find / -name foo -print > foo.paths 2> /dev/null &
You might also like to view...
The Internet tier system starts with a backbone network connected via _____________________ to regional Internet service providers.
Fill in the blank(s) with the appropriate word(s).
The size of a thread pool in Windows XP is ________.
a) constant and specified by the programmer for each process b) constant for all processes on a system c) variable, modified by the system in response to the volume of requests d) all of the above are possible
In IPsec, confidentiality is achieved through the ____protocol.
A. Encapsulating Security Payload (ESP) B. ISAKMP/Oakley C. Authentication Header (AH) D. L2TP
The first task of Disk Cleanup is to ______________.
A. remove all unneeded files B. calculate the space to be freed up C. display the Disk Cleanup dialog box D. check the disk-controller status