Docker Administration with Linux Fundamentals Quiz Questions and Answers
Answer :
- mv ~/newdir ~/monthly_reports
Answer :
- It creates a new ext2 filesystem on /dev/sda4, overwriting any existing filesystem and data.
Answer :
- To terminate a misbehaving or hung program with process ID 11287
Answer :
- The > operator creates a new file or overwrites an existing one; the > > operator creates a new file or appends to an existing one.