• 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


930 results found in 0.001s
<1…14151617181920…31>
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    Hey, I didn't know that one. I always used: Code: sudo rm /FolderToRemove And then Ctrl-D twice to logout.
    cubedude cubedude August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    Quote: Originally posted by CubeDude Hey, I didn't know that one. I always used: Code: sudo rm /FolderToRemove And then Ctrl-D twice to logout. Yep, there's always something new I can learn.. thanx
    aquafire aquafire August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    ... . I always used: Code: sudo rm /FolderToRemove And then Ctrl-D ... . The way I see it, rm removes files, and although directories ...
    der kopf der kopf August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    Cube and Kopf, thanks. I tried the sudo and it won't work. I get this: rm: illegal option -- / usage: rm [-f | -i] [-dPRrvW] file ... unlink file Who knows why. I'm going to download that shareware tool and if it does the trick he earns his $15.
    hassan i sabbah hassan i sabbah August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    You probably forgot a space... do this: In terminal, type in sudo rm -drf put a space after the -drf drag the folder onto the terminal window, enter, and authenticate, should delete stuff.
    chych chych August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    ... work. I get this: rm: illegal option -- / usage: rm [-f | -i] [-dPRrvW ... ' especially when using it and 'rm'. sudo gives you super-user ... unbootable computer. so, check your rm line several times before hitting ...
    thuh freak thuh freak August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    ... : In terminal, type in sudo rm -drf put a space after ...
    hassan i sabbah hassan i sabbah August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    Speaking of rm, why do you need a d when you have an r in the options?
    chych chych August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    Quote: Originally posted by chych Speaking of rm, why do you need a d when you have an r in the options? You don't, -r implies -d. sudo rm -rf PATH_TO_FOLDER You never need the -d flag (all you can do with that is deleting empty directories)
    123 123 August 2003 Genius Bar
  • It's my first time: should I root?I had to do an archive and install after some very scary weirdness two days ago. My machine hung on 'Waiting for netinfo' booting up; I couldn't boot…

    ... posted by chych Speaking of rm, why do you need a ...
    der kopf der kopf August 2003 Genius Bar
  • Is it possible to delete prior copy of OS?Due to a couple of minor issues, I just reinstalled OS 10.2.6. The system put the previously used OS (also 10.2.6) in a folder with all of its relat…

    From the terminal: sudo rm -r "/Previous System" (or whatever ... CAREFUL WITH THIS COMMAND AS "rm -r" will do some MAJOR ...
    davegee davegee August 2003 macOS
  • Is it possible to delete prior copy of OS?Due to a couple of minor issues, I just reinstalled OS 10.2.6. The system put the previously used OS (also 10.2.6) in a folder with all of its relat…

    ... DaveGee From the terminal: sudo rm -r "/Previous System" (or whatever ... CAREFUL WITH THIS COMMAND AS "rm -r" will do some MAJOR ...
    thuh freak thuh freak August 2003 macOS
  • Is it possible to delete prior copy of OS?Due to a couple of minor issues, I just reinstalled OS 10.2.6. The system put the previously used OS (also 10.2.6) in a folder with all of its relat…

    ... link? In the finder? Using rm in the terminal? For example ...
    bauman bauman August 2003 macOS
  • Is it possible to delete prior copy of OS?Due to a couple of minor issues, I just reinstalled OS 10.2.6. The system put the previously used OS (also 10.2.6) in a folder with all of its relat…

    ... In the finder? Using rm in the terminal? For ... last folders. also, doing rm mylink/ isn't dangerous, ... . with the trailing slash, rm de-references the link ... dereference the link. so rm myfilelink/ will get rid ... . Lesson: be careful with rm, its dangerous. And make ...
    thuh freak thuh freak August 2003 macOS
  • Is it possible to delete prior copy of OS?Due to a couple of minor issues, I just reinstalled OS 10.2.6. The system put the previously used OS (also 10.2.6) in a folder with all of its relat…

    ... recursive option like this rm -r mylink you are ... last folders. also, doing rm mylink/ isn't dangerous, ... with the trailing slash, rm de-references the link ... dereference the link. so rm myfilelink/ will get rid ... Lesson: be careful with rm, its dangerous. And make ...
    bauman bauman August 2003 macOS
  • CRON script help!Im told i can run script at certain times in the day without having to execute it by hand every time.<br /> <br /> Id like to run <br /> <br /> cd /V…

    ... once or twice without the 'rm' part. maybe with 'echo' so ...
    thuh freak thuh freak September 2003 Genius Bar
  • CRON script help!Im told i can run script at certain times in the day without having to execute it by hand every time.<br /> <br /> Id like to run <br /> <br /> cd /V…

    You could also $ su - (change to root) $ crontab -e add the line 0 10,4 * * 2-5 find /Volumes/INETPUB -name "._*" -exec rm '{}' \\; -print sorted! Dobby.
    dobby dobby September 2003 Genius Bar
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... terminal for things like sudo rm. But I haven't really ...
    luca luca September 2003 Genius Bar
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... into a new directory. also, rm'ing a hard link doesn ...
    thuh freak thuh freak September 2003 Genius Bar
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... softlink of a dir safely. rm Users This can't remove ...
    dobby dobby September 2003 Genius Bar
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... and deleted in Terminal using rm with the -p flag.
    der kopf der kopf September 2003 Genius Bar
  • Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…

    ... and deleted in Terminal using rm with the -p flag. Yes ...
    kickaha kickaha September 2003 Genius Bar
  • Recovering deleted items.Hey everyone.<br /> I know threads about deleting stubborn files and such have been posted a bit, and after doing a search I found no threads on reco…

    ... . The man page for the rm command is somewhat informative (especially ...
    der kopf der kopf September 2003 Genius Bar
  • The future of CPU's in MacsOk, currently, Apple is using 4 different CPUs with one waiting in the wings. There's the G5 made by IBM, the next G3 by IBM, the old G3, the old G4,…

    ... bus. Hmmm.... So no 7457-RM in Mots processor time(ha ...
    bigc bigc September 2003 Future Apple Hardware
  • The future of CPU's in MacsOk, currently, Apple is using 4 different CPUs with one waiting in the wings. There's the G5 made by IBM, the next G3 by IBM, the old G3, the old G4,…

    Quote: Originally posted by Bigc So no 7457-RM in Mots processor time(ha)lines anymore (not that any of the recent ones been close time-wise)?? Nope. It was dropped earlier this year, if memory serves.
    amorph amorph September 2003 Future Apple Hardware
  • IBM will begin 90 nm fab Q4In <a href="http://maccentral.macworld.com/news/2003/09/25/chip/index.php?redirect=1064506687000" target="_blank">this excellent artichle @ MacCentra…

    ... comming from Motorola besides 7457-RM, and their multicore-G4, but ... be impressed. A multi-core RM G4 would be a decent ...
    programmer programmer September 2003 Future Apple Hardware
  • Getting Partitions back from LinuxI installed Yellow Dog linux and now that I have Apple's X11 installed I don't even need Linux (for the hour a week I was using it anyway). But I hav…

    ... my indiscriminate use of "sudo rm -rf *" I mananged to wipe ...
    pbg4 dude pbg4 dude September 2003 macOS
  • Quality control issues with new PowerBooks...particularly the 15"?Just taking a casual cruise through the AI, macnn, arstechnica and Macworld message boards...<br /> <br /> Is it me or does there seem to be an inord…

    ... through promiscuous use of the "rm -rf *" command !
    pbg4 dude pbg4 dude September 2003 Current Mac Hardware
  • VirtualPC with Non-Windows VPCsAnyone had any experience running Linux and Solaris (Intel version) under VPC6?<br /> <br /> Solaris won't install, gets so far then hangs - I suspec…

    start with the terminal then... most of the commands your mac has are the same as linux ones. ... just keep away from the "rm" command.
    gargoyle gargoyle October 2003 Genius Bar
  • Removing Developer Tools - Simple Method?Is there a simple way to remov the Developer Tools from OS X 10.2.8? I installed them to see what was what, but I want to remove them now, as they wi…

    Why can't you drag /Developer to the trash, or 'sudo -rm' it?
    placebo placebo October 2003 macOS
<1…14151617181920…31>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact