• All Forums
  • Recent Posts
  • Sign In
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples


645 results found in 0.000s
<1234567…22>
  • 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
    serrano serrano October 2002 Mac Software
  • 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 ...
    costique costique March 2003 Mac Software
  • 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
    ghost_user_name ghost_user_name December 2001 macOS
  • What is the best or easiest way to learn Unix?been to<br /> &lt;a href=&quot;http://www.oreillynet.com/pub/a/mac/2001/12/14/terminal_one.html&quot; target=&quot;_blank&quot;&gt;http://www.oreilly…

    ... most of it anymore. Just ls, cd, su the simple stuff ...
    krazyfool krazyfool January 2002 macOS
  • 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 ...
    xeo xeo February 2002 macOS
  • 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 ]
    ghost_user_name ghost_user_name February 2002 macOS
  • 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 ...
    stimuli stimuli April 2002 macOS
  • 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 ...
    stimuli stimuli April 2002 macOS
  • 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 ...
    code master code master April 2002 macOS
  • 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
    ghost_user_name ghost_user_name April 2002 macOS
  • 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…

    ... the man pages? >man ls >man cp >man ...
    torifile torifile April 2002 macOS
  • 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 ...
    code master code master April 2002 macOS
  • 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 ...
    stimuli stimuli April 2002 macOS
  • 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
    rrabu rrabu April 2002 macOS
  • 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 ...
    stimuli stimuli April 2002 macOS
  • 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 ...
    eugene eugene April 2002 macOS
  • 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 ...
    graphiteman graphiteman April 2002 macOS
  • 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 ...
    mac's girl mac's girl April 2002 macOS
  • 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 ...
    hekal hekal May 2002 macOS
  • 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 ...
    ghost_user_name ghost_user_name May 2002 macOS
  • 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 ...
    tom mornini tom mornini May 2002 macOS
  • 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 ...
    dobby dobby June 2002 macOS
  • 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 ...
    eugene eugene July 2002 macOS
  • 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 ...
    graphiteman graphiteman July 2002 macOS
  • 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
    macgp macgp July 2002 macOS
  • 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 ...
    kaboom kaboom July 2002 macOS
  • 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 ...
    ghost_user_name ghost_user_name July 2002 macOS
  • 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 ...
    bluejekyll bluejekyll July 2002 macOS
  • 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…

    ls -lart list the current directory ...
    nevyn nevyn July 2002 macOS
  • 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 ...
    rogue27 rogue27 July 2002 macOS
<1234567…22>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact