See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command Line. Or. How I faced my Demons and Overcame them. By finding RTFM.
#3
Nice, always read the manual.

Introduction to using the shell on Linux
Code:
man intro
Search the man page with /
type /shell while reading the man intro

Search the man pages for a term
Code:
man -k download

display one-line manual page descriptions with whatis.
Code:
whatis man

pipes help when posts are long
Code:
ls -l /bin /usr/bin | less
Code:
ls -l /bin /usr/bin | more
q to quit

For internal shell commands.
Code:
help

Smile
Code:
misko@misko-virtual-machine:~$ whatis help
help: nothing appropriate.
Reply


Messages In This Thread
Re: Command Line. Or. How I faced my Demons and Overcame them. By finding RTFM. - by misko_2083 - 01-21-2015, 06:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)