 |
 |
|
|
| |
| |
| |
|
|
| Articles about Linux Command |
| Sending email attachments from linux command line | | 2008-06-06 05:08:00 | | Many times we required to send mail attachments from command line, when administering a server remotely. The procedure is simple using mutt that is available in all Unix flavors and Windows Microsoft.
$ mutt -s "Logs" -a http_access.log nikesh@domain.com
Or Without subject:
$ echo | mutt -a [file] [mail@address.com]
Mutt website: http://www.mutt.org/.
... | | By: Complete Dose of Linux Poison | | |
| | FAQ: How to retreive hardware manufacturer name, serial numbers, etc. in Linux command line | | 2008-05-10 07:49:35 | | Question: How can I get information about hardware manufacturer, model name, serial number, BIOS information using Linux command line (CLI)?
Answer: You are welcome to use dmidecode which helps to get information about your system’s hardware as described in your system BIOS. That information typically includes system manufacturer, model name, serial number, BIOS version, asset [...]... | | By: Linux Screw | | |
| | UNIX / Linux Command Summary | | 2007-12-17 03:37:00 | | UNIX / Linux Command Summary access()Used to check the accessibility of files intAccess(pathname, access_mode)Char* pathname;int access-mode;The access modes are.04 read02 write01 execute (search)00 checks existence of a file & operatorexecute a command as a background process. bannerprints the specified string in large letters. Each argument may be upto 10 characters long. breakis used to break out of a loop. It does not exit from the program. CalProduces a calender of the current month as standard output. The month (1-12) and year (1-9999) must be specified in full numeric format. Cal [[ month] year] CalendarDisplays contents of the calendar file case operatorThe case operator is used to validate multiple conditions. Case $string in Pattern 1)Command list;;Command list;; Pattern 3)Command list;;easc cat(for concatenate) command is used to display the contents of a file. Used without arguments it takes input from standard input is used to terminate input. cat [fil... | | By: Career Options and Higher Studies | | |
|
|
| |
 |
|
| |
| |
|
 |