Linux and OS X Shell Commands
March 07, 2005

I found this site with a handy list of OS X and Linux shell commands, along with documentation.
Related Entries
- The 15 Essential UNIX commands - July 29, 2005
- Great Tool For Network Bandwidth Monitoring: vnstat - January 19, 2009
- Howto Backup your Mac incrementally over SSH - March 10, 2006
- Shell Script for backpack todo lists - August 20, 2005
Trackbacks
Trackback Address: 257/711AD91B6B3562C0F1DE5DFD9CB3713F
Comments
On 06/27/2005 at 2:31:05 PM EDT David wrote:
1
This is exactly what I have been looking for and criticizing Apple for not including in Mac help. Thanks.
On 12/18/2006 at 10:34:34 AM EST sreenath gopalan wrote:
2
0 12 * * * /usr/bin/top -n 1 -b -S
what's the command mean to
On 12/18/2006 at 11:06:51 AM EST Pete Freitag wrote:
3
Looks like an entry in a crontab file, search google for cron or crontab
On 03/09/2007 at 2:45:35 PM EST rajan wrote:
4
i have a file in a directory in a server and another file in another directory in yet another server.how do i copy or exchange files over both the servers? kindly give me the commands for unix.
On 03/12/2007 at 11:39:36 AM EDT Pete Freitag wrote:
5
Rajan,
You want to use the scp command, which stands for secure copy, you use it like this: scp somefile.txt user@another.server.com:/tmp/somefile.txt
On 11/25/2007 at 11:54:02 AM EST linux wrote:
6
yeah but can I use it likle it is said on http://www.linuxdownloads.org/ ?
On 11/13/2008 at 9:49:16 PM EST viji wrote:
7
This is exactly good
On 11/13/2008 at 10:14:06 PM EST jeeva wrote:
8
yeah but can I use it likle it is said on http://www.ss64.org/ ?
Post a Comment
Recent Entries
- Cache Template in Request Setting Explained
- What Version of Java is ColdFusion Using?
- ColdFusion 9 Performance Brief from Adobe
- Request Filtering in IIS 7 Howto
- J2EE Session Cookies on ColdFusion / JRun
- Hands on ColdFusion Security Training
- ColdFusion 9 Solr Vulnerability - Are you at Risk?
- FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion
what's the command mean to
You want to use the scp command, which stands for secure copy, you use it like this: scp somefile.txt user@another.server.com:/tmp/somefile.txt



add to del.icio.us



