Linux


 
Thread Tools Search this Thread
Operating Systems Linux Linux
# 1  
Old 10-17-2007
Linux

Which flag for the tail command is often used to view log files?
-a or -f or -l or -z??
# 2  
Old 10-17-2007
I mostly work on Solaris where -a and -z don't work. I will use -f to see what a log file shows when I run a command. (Take two sessions on the system, run tail -f in one and the command in the other).
# 3  
Old 10-18-2007
Linux

When using traceroute, how many timing values are shown for each router?
2 or 3 or 5 or 8
# 4  
Old 10-18-2007
Linux

Which option for wget turns on recursive downloads?
-a or -c or -r or -z
# 5  
Old 10-18-2007
abril2006,

There is a utility called "man" which is short for manual.

When looking up the answers for a multiple-choice questionaire you could use the man utility to look up the answer, eg

man tail
man traceroute
man wget
# 6  
Old 10-18-2007
Linux

the simplest utility for viewing file content is the ___ command, which display the contents of a file to the screen.

more or cat
# 7  
Old 10-18-2007
Linux

What are the three standard channels?



How do I set up a printer under GNOME? What is a print queue?
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Simple sed command not working; could be a Mac/Linux vs. PC/Linux issue

Hello, I am on a Mac and trying to clean up some monthly files with a very simple SED: sed '3,10d;/<ACROSS>/,$d' input.txt > output.txt (from the input, delete lines 3 - 10; then delete from the line containing <ACROSS> to the end of the file) then output to output.txt Even when I try... (2 Replies)
Discussion started by: verbatim
2 Replies

2. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies
Login or Register to Ask a Question