-
Ilegal PORT command?!?!?!Hey all. I was trying to upload a file for a friend using the FTP client Transmit and here's the error I get:<br /> <br /> <img src="http://sailorpre…
Try out terminal ftp. ftp open ip.ftp.com ls to list, cd to change directory, get to download, put to upload... man ftp if ya have any questions -
RAM swap disk possible?I've read that OS X uses an 80M swap disk. Is it possible to use 80 meg of your ram for this?
... invent anything more efficient. Type ls -l /var/vm/ and you ... -
osx command line helpanyone know of websites with comprehensive osx comand line tips or tutorial page?<br /> been using it for few days on this beige g3 300. been testing…
There's tons of sites with how tos and what not for the basic shell commands. Just search google for one. Also use the "man" pages, >man ls >man cd >man cp >man mv >man rm -
What is the best or easiest way to learn Unix?been to<br /> <a href="http://www.oreillynet.com/pub/a/mac/2001/12/14/terminal_one.html" target="_blank">http://www.oreilly…
... most of it anymore. Just ls, cd, su the simple stuff ... -
Hidden files & folders?I have been trying to get Apache setup with my custom prefs, (php, cgi etc), but am having trouble finding the config files. I used the terminal and …
... /etc/httpd" and then type "ls -l" and you'll see ... -
Hidden files & folders?I have been trying to get Apache setup with my custom prefs, (php, cgi etc), but am having trouble finding the config files. I used the terminal and …
Xeo left one little thing out... From the command line, any names that start with a period "." are invisible. To see these, instead of "ls -l" you need to use: ls -al [ 02-04-2002: Message edited by: starfleetX ] -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... : cp pr0n/ nasty_pr0n/ ls = list the contents ie: ls /home/groverat/nasty_pr0n ... -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... into another. Like: cd MP3s ls | grep mp3 | cat > playlist ... -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... work if you use cp. ls -a will show all files ... files (those starting with periods)) ls -l will list the files with file details. ls -al will list all files ... -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
:confused: All these replies and no one tells him to read the man pages? >man ls >man cp >man mv >man rm >man chown >man chmod >man tcsh >man csh >man ksh >man sh >man man -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... , type this: cd /usr/bin;ls This lists all the commands ... -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... a list of commands, try ls /usr/bin/ | less and use ... -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
To make sure you have execute privileges, you can list with "ls -l" To set it, "chmod 755 configure" would give it the same privs that I have. I assume you are in the correct directory when you type ./configure -
OSX Command Line useage questionThis is going to make me look like an idiot...but being as i was raised on GUI and NOT command line...<br /> <br /> Okay, I've been an X jock from th…
... I use for ls (from my .bashrc): alias ls='ls -s -F -T ... -
Oops, I moved the Mach Kernal!holy smoke! i didnt know... i thought they were part of a new program i just installed.<br /> <br /> the apple tech and the apple website's knowledg…
When I type "ls -l /" in the terminal, part ... -
Oops, I moved the Mach Kernal!holy smoke! i didnt know... i thought they were part of a new program i just installed.<br /> <br /> the apple tech and the apple website's knowledg…
... Applications folder. Then type in: ls -l / exactly as it's ... -
Oops, I moved the Mach Kernal!holy smoke! i didnt know... i thought they were part of a new program i just installed.<br /> <br /> the apple tech and the apple website's knowledg…
... by Eugene: When I type "ls -l /" in the terminal, part ... -
restarting networking daemons without restartingAbout the only thing that does bring down OSX with some frequency is flaky network situations such as using airport on the fringes of a network where…
... : Welcome to Darwin! [hekalmac:~] gary% ls -l /System/Library/StartupItems/ total ... -
How do I change the HD Icons?I have looked in the usual haunts but can't find a refrence.<br /> <br /> Sorry for the lame post!<br /> <br /> Rob
... up, and enter the command ls -al / | grep "Icon". If it ... -
OSX and Perl Scripts... Please Help!Hi All,<br /> <br /> I've recently taken up learning Perl, but I've hit a snag that seems to be new with the 10.1.4 update. In order for scripts to r…
... trojan into a file called 'ls' (or something else frequently used ... : tar xfz newsoftware.tar.gz ls And having all of your ... newsoftware.tar.gz produced an 'ls' in the same directory that ... -
OS X FTP Services:As I understand it, OS X and OS X use totally different FTP services. Is this right?<br /> <br /> If I am not mistaken, OS X Server uses the WU-FTP p…
... a client and did a ls ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../* or something it would crash ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... head kill less ln locate ls make man mkdir more mv ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... more common ones I use: ls [-la] path: Displays the contents ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
cat chgrp chmod chown defaults echo find grep gzip ls make man mkdir mv ncftp open passwd ps pwd renice rm sed sh ssh sort su sudo sum tail tar tcsh top touch uptime vi whoami whois mail fg pico -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... 'cd' to the directory then 'ls'. The 'sudo pico' is for ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... the system's locate database ls - list files in a directory ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... mv - move a file somwhere ls - list a directory ll - shortcut to ls -al man - tells you everything ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... can do with no problem: ls lists the items in the ...