{ 7 comments }
linux operating system
Ubuntu Linux: Add a User To Group
by nixCraft on May 6, 2012 · 7 comments
Howto: Send The Content Of a Text File Using mail Command In Unix / Linux
by nixCraft on April 17, 2012 · 5 comments
I‘d like to send an email with the content of a text file using mail command in Unix / Linux operating system. How do I do it?
{ 5 comments }
Debian Linux Install MySQL Database Server
by nixCraft on January 23, 2012 · 3 comments
How do I install mysql database server under Debian Linux operating system running on HP server?
{ 3 comments }
HowTo: UNIX / Linux Open TCP / UDP Ports
by nixCraft on September 3, 2010 · 8 comments
Shell Scripting: Check File Size ( Find File Size )
by nixCraft on February 24, 2009 · 6 comments
How do I find out file size under UNIX / Linux operating system and store the same to a variable called s?
{ 6 comments }
Find and Delete File If It Is More Than One Hour Old in UNIX Shell
by nixCraft on April 20, 2008 · 2 comments
How do I find out if a file is more than one hour old in a UNIX shell and take action on all matching file such as delete or move files.
{ 2 comments }
UNIX: Remove a file with a name starting with – character
by nixCraft on November 30, 2007 · 6 comments
Q. Accidentally, I had created a file called -foo. Now how do I remove a file with a name starting with ‘-’ under UNIX or Linux operating system? A. Use standard UNIX rm command, as follows: rm command Use rm command to remove files or directories as follows rm ./-foo rm ./-filename rm — -foo [...]
{ 6 comments }




