make-the-admin-happy-with-one-line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi everybody,
how about starting a collection of cool linux admin tips/commands/...
Like:

# To search all files in a directory and it's subdirectories do this:
grep -risnH 'PATTERN' *

or
#Â To copy a directory structure without changing atime/rights/owner/...
do this:
cd <SRC> && find ./ -print | cpio -padm <DEST>

Is there anybody out there with other cool
"make-the-admin-happy-with-one-line"
commands or similar tips ???

Greez,
daniel


-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Newbie]     [Audio]     [Hams]     [Kernel Newbies]     [Util Linux NG]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Device Drivers]     [Samba]     [Video 4 Linux]     [Git]     [Fedora Users]

  Powered by Linux