• 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


1000 results found in 0.001s
<1…9101112131415…34>
  • What have I done????Need some help from more experienced Apple users than I (i.e. everyone).<br /> <br /> I just got my first Apple, an ibook, the other week, and instal…

    ... su'd to root or sudo mv'd the directory in ...
    jbl jbl October 2002 Genius Bar
  • autostarting Apache on startupHow do I do this?<br /> <br /> I have to type sudo httpd every time I wish to use my apache (after restarting, which I have to do often). Can I autos…

    ... the same why as typing sudo httpd does. I don't ...
    der kopf der kopf October 2002 Genius Bar
  • autostarting Apache on startupHow do I do this?<br /> <br /> I have to type sudo httpd every time I wish to use my apache (after restarting, which I have to do often). Can I autos…

    ... the same why as typing sudo httpd does. I don't ...
    torifile torifile October 2002 Genius Bar
  • Default Web Browser problems. Wont select Chimera anymoreIn the Prefs I selected Navigator (chimera) but since I updated it, it doent launch it anymore. It defaulted to Internet Explorer. I kept reselecting…

    ... is in the Terminal. Type: sudo rm /Library/Caches/com.apple ...
    escher escher October 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    ... use that in terminal: [code] sudo find path/of/the/file ...
    defiant defiant November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    ... I typed into the console: sudo find path/of/the/file ...
    mattyj mattyj November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    yeah, you forgot the path of the file ! [code] sudo find /users/flo/desktop/ -name "and Roll" -print0 | xargs -0 rm -rf and use quotes for files with a space between them. "file name" [ 11-04-2002: Message edited by: Defiant ]
    defiant defiant November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    ... just type in, in terminal: sudo rm -f (space) And drag ... (though you shouldn't need sudo in the first place) Erm ...
    chych chych November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    ... still doesn't work: davidlindsay% sudo rm -f/Users/davidlindsay/Desktop ...
    mattyj mattyj November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    [code] sudo find /users/davidlindsay/desktop/ -name "and Roll" -print0 | xargs -0 rm -rf use THIS !! that before was VERY dangerous. it almost deleted your whole desktop...
    defiant defiant November 2002 Genius Bar
  • Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…

    ... still doesn't work: davidlindsay% sudo rm -f/Users/davidlindsay/Desktop ... after the -f should be: sudo rm -f /Users/davidlindsay/Desktop ...
    chych chych November 2002 Genius Bar
  • Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…

    try this: sudo rm /path/to/file if ... about the file path, do: sudo rm then drag the file ... enter to execute the command. sudo will grant u temporary root ...
    thuh freak thuh freak November 2002 Genius Bar
  • Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…

    Try using sudo rm -f <path to file> forces remove of file, since you couldn't remove it regularly as root.
    chych chych November 2002 Genius Bar
  • Shutdown a computer remotely?How would one shutdown a computer over ssh? If possible. Once shutting it down, is there a way to turn it back on over ssh (or another way)? <br …

    ... ssh (or another way)? Curious... sudo shutdown (read man shutdown for ...
    allinone allinone November 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... those people that has used "sudo rm" ? If so, that is ...
    mrbilldata mrbilldata November 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... to the terminal and type: sudo diskutil enablejournal / \tThen stop doing ...
    algol algol November 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    [quote]Originally posted by MrBillData: Are you one of those people that has used "sudo rm" ? If so, that is likely the reason. :confused: rm is a standard unix deleting command, sudo just gives you root powers, how does this make a difference?
    chych chych November 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... a standard unix deleting command, sudo just gives you root powers ... possiblities and not think that sudo is some kind of magical ...
    mrbilldata mrbilldata December 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... possiblities and not think that sudo is some kind of magical ... root, or using 'rm' as sudo. Sorry. The two have nothing ...
    kickaha kickaha December 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... root, or using 'rm' as sudo. Sorry. The two have nothing ...
    mrbilldata mrbilldata December 2002 Genius Bar
  • A time to Worry?What would you do if you found the following information while doing a repair with Disk Utilitiy?<br /> <br /> Repairing disk &quot;New Stuff&quot;.<…

    ... those people that has used "sudo rm" ? If so, that is ...
    kickaha kickaha December 2002 Genius Bar
  • sharing a 2nd mac hd with pc on a networkHello all<br /> <br /> i've got a bit of a problem, and can't find the answer anywhere. i've just installed a second internal hard disk on my G4 osX…

    ... Terminal and type; cd /etc sudo pico smb.conf ---------------------------------------------------------- You'll ...
    bobw bobw December 2002 Genius Bar
  • How do I get around this??&lt;a href=&quot;http://manifest116.250free.com/Picture1.jpg&quot; target=&quot;_blank&quot;&gt;http://manifest116.250free.com/Picture1.jpg&lt;/a&gt;…

    ... the most useful command here: sudo lsof That will list all ...
    ghost_user_name ghost_user_name December 2002 Genius Bar
  • How do I get around this??&lt;a href=&quot;http://manifest116.250free.com/Picture1.jpg&quot; target=&quot;_blank&quot;&gt;http://manifest116.250free.com/Picture1.jpg&lt;/a&gt;…

    ... the most useful command here: sudo lsof That will list all ...
    trevorm trevorm December 2002 Genius Bar
  • Webserver refusing to start.I use my webserver on my Mac to send my song ideas to my friends, and all of a sudden it will not start up. I click on the check mark, and it says st…

    ... the terminal? Type 'sudo apachectl restart' or 'sudo apachectl start' if you ...
    torifile torifile January 2003 Genius Bar
  • apache/webserver helpfinally, I got my webserver running. With portmapping, dyndns etc. <br /> Now I want to add a path to an external drive (my ipod). I read that it's p…

    ... ]ls /Volumes/; cd /etc/httpd/; sudo emacs httpd.conf; note after ...
    thuh freak thuh freak January 2003 Genius Bar
  • root user troublesI have a g4 867 (quicksilver) that i bought refurbished...<br /> <br /> i have never been able to successfully change myself to the root user. I've r…

    ... own account by using the 'sudo' command preceding whatever terminal command ...
    ghost_user_name ghost_user_name February 2003 Genius Bar
  • root user troublesI have a g4 867 (quicksilver) that i bought refurbished...<br /> <br /> i have never been able to successfully change myself to the root user. I've r…

    ... .g.- TurboPrefs.prefPane). [quote][code] sudo rm /System/Library/PreferencePanes/FileName ... by the system on using sudo and then you will be ...
    ghost_user_name ghost_user_name February 2003 Genius Bar
  • root user troublesI have a g4 867 (quicksilver) that i bought refurbished...<br /> <br /> i have never been able to successfully change myself to the root user. I've r…

    there is a easier way to do this what you did, jack. just type [quote] sudo rm into the terminal and drag & drop the file into the terminal window. voilÃ* !
    defiant defiant February 2003 Genius Bar
  • Sharing files between OS X and 9 computersAt work, we have an OS 9.2 computer and an OS X 10.2.3 computer. There is a group of Quark files that we both need access to in order to work on them…

    Sorry, haven't seen this. The only thing I can think of related to this is permissions. Try running this in the terminal in OS X. sudo diskutil repairPermissions /
    neutrino23 neutrino23 February 2003 Genius Bar
<1…9101112131415…34>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact