Posted by request
meanwhile the woman command remembers every compilation error and reminds you constantly about it for the next forty years
Would man:beer:pizza work?
Somebody had to say it.
I'll admit that man is useful, but it was apropos that finally turned Unix into something other than a bashing-head-on-keyboard event for me.
For Unix virgins, the 'apropos' command searches the titles of man pages for keywords for you. So, if you want to know what commands have something to do with "swap", you might say something like this...
$ apropos swap all-swaps (7) - event signalling that all swap partitions have been activated ecryptfs-setup-swap (1) - ensure that any swap space is encrypted mkswap (8) - set up a Linux swap area swaplabel (8) - print or change the label or UUID of a swap area swapoff (8) - enable/disable devices and files for paging and swapping swapon (8) - enable/disable devices and files for paging and swapping
'man -k' will do the same thing, but I still use apropos to this day.
$ man -k swap all-swaps (7) - event signalling that all swap partitions have been activated ecryptfs-setup-swap (1) - ensure that any swap space is encrypted mkswap (8) - set up a Linux swap area swaplabel (8) - print or change the label or UUID of a swap area swapoff (8) - enable/disable devices and files for paging and swapping swapon (8) - enable/disable devices and files for paging and swapping
It’s The Man Show!
It was fun...
Ping
Mansplaining?
Thanks Ace! While one with Linux can go hit the help button while online, this could help greatly when offline.
Please add me to your Linux list.
Quick question: With Ubuntu loaded is there an Fdisk (Windows) equivalent so I can delete ANY partition on an IDE/ATA? Hard Drive (Not SATA).
Thanks for the add to your list in advance - I’ve been lurking for too long. You’re really doing a good job.
Thanks!
Try this:
$man man
The most useful unix command I know is ‘xargs’. If you can master piping, redirecting output into ‘xargs’ then you are the sysadmin dude.