Source: http://webtools.live2support.com/linux/mv.php
mv-Linux Command
mv
Move or rename files or directories.
SYNTAX
mv [options]… Source Dest
mv [options]… Source… Directory
If the last argument names an existing directory, `mv’ moves each other given file into a file with the same name in that directory. Otherwise, if only two files are [...]
Linux Commands
Source: http://linux.about.com/od/commands/l/blcmdl1_unzip.htm
NAME
unzip – list, test and extract compressed files in a ZIP archive
unzip [-Z] [-cflptuvz[abjnoqsCLMVX$/:]] file[.zip] [file(s) ...] [-x xfile(s) ...] [-d exdir]
DESCRIPTION
unzip will list, test, or extract files from a ZIP archive, commonly found on MS-DOS systems. The default behavior (with no options) is to extract into the current directory (and subdirectories below [...]
Linux Commands
Source: http://linux.about.com/od/commands/l/blcmdl1_tar.htm
NAME
tar – The GNU version of the tar archiving utility
SYNOPSIS
tar [ - ] A –catenate –concatenate | c –create | d –diff –compare | r –append | t –list | u –update | x -extract –get [ --atime-preserve ] [ -b, --block-size N ] [ -B, --read-full-blocks ] [ -C, --directory [...]
Linux Commands
Source: http://linux.about.com/od/commands/l/blcmdl1_gzip.htm
NAME
gzip, gunzip, zcat – compress or expand files
SYNOPSIS
gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ] gunzip [ -acfhlLnNrtvV ] [-S suffix] [ name ... ] zcat [ -fhLV ] [ name ... ]
DESCRIPTION
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). [...]
Linux Commands
Source: http://linux.about.com/od/commands/l/blcmdl1_gzip.htm
NAME
gzip, gunzip, zcat – compress or expand files
SYNOPSIS
gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ] gunzip [ -acfhlLnNrtvV ] [-S suffix] [ name ... ] zcat [ -fhLV ] [ name ... ]
DESCRIPTION
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). [...]
Linux Commands
Source: http://linux.about.com/od/commands/l/blcmdl1_zip.htm
zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [-b path] [-n suffixes] [-t mmddyyyy] [-tt mmddyyyy] [ zipfile [ file1 file2 ...]] [-xi list]
zipcloak [-dhL] [-b path] zipfile
zipnote [-hwL] [-b path] zipfile
zipsplit [-hiLpst] [-n size] [-b path] zipfile
DESCRIPTION
zip is a compression and file packaging utility for Unix, VMS, MSDOS, OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and [...]
Linux Commands
Source: http://www.computerhope.com/unix/urmdir.htm
About rmdir
Deletes a directory.
Syntax
rmdir [OPTION]… DIRECTORY…
–ignore-fail-on-non-empty ignore each failure that is solely because a directory is non-empty.
-p, –parents Remove DIRECTORY and its ancestors. E.g., `rmdir -p a/b/c’ is similar to `rmdir a/b/c a/b a’.
-v, –verbose output a diagnostic for every directory processed.
–version output version information and [...]
Linux Commands
Source: http://www.computerhope.com/unix/urm.htm
About rm
Deletes a file without confirmation (by default).
Syntax
rm [-f] [-i] [-R] [-r] [filenames | directory]
-f Remove all files (whether write-protected or not) in a directory without prompting the user. In a write-protected directory, however, files are never removed (whatever their permissions are), but no messages are displayed. If the removal of [...]
Linux Commands
Source: http://www.computerhope.com/unix/shred.htm
About shred
Delete a file securely, first overwriting it to hide its contents.
Syntax
shred [OPTIONS] FILE [...]
-f, –force Change permissions to allow writing if necessary.
-n, –iterations=N Overwrite N times instead of the default (25)
-s, –size=N shred this many bytes (suffixes like K, M, G accepted)
-u, –remove truncate and [...]
Linux Commands
Source: http://webdesign.about.com/cs/apache/a/aainstallapache.htm
Before You Begin
Apache is one of the most popular Web servers on the Web right now, and part of its charm is that it’s free. It also has a lot of features that make it very extensible and useful for many different types of Web sites. It is a server that is used for [...]
How To, Linux, Web Server