Which command will uncompress the file letters.txt.xz? untar letters.txt.xz letters.txt.xz >...
bunzip2 and gunzip use identical compression algorithms?
bunzip2 and gunzip use identical compression algorithms? True False
Which command will print the contents of words.xz to standard...
Which command will print the contents of words.xz to standard output? bzcat words.xz | words.txt...
The bzcat command prints the contents of .bz2 files to standard...
The bzcat command prints the contents of .bz2 files to standard output: True or False? True False
To view the contents of foo.gz without uncompressing it, use:
To view the contents of foo.gz without uncompressing it, use: gzip -i foo.gz gunzip foo.gz untar -u...
By default the gzip command replaces uncompressed files with...
By default the gzip command replaces uncompressed files with compressed files. True or False? True...
The proper command to list current tmux sessions is?
The proper command to list current tmux sessions is? tmux -a tmux list-sessions tmux -ls tmux -l
The screen command can detach and re-attach terminal sessions...
The screen command can detach and re-attach terminal sessions. True or False? True False
The watch command’s default interval is?
The watch command’s default interval is? 10 minutes 12 tics 2 seconds none, the user must specify...
Which command will find all processes owned by user fred?
Which command will find all processes owned by user fred? pgrep -i | fred ps fred | grep -1 process...