Author Topic: I need basic vi editor commands  (Read 5491 times)

Nato99

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • http://
I need basic vi editor commands
« Reply #15 on: June 26, 2004, 05:46:56 am »
One more quick question.
I have the script installed and everything ready to go except this:

Next make kismet_qt run as root

chmod 4755 /usr/bin/kismet_qt


When I type in this command it says "operation not allowed"

What should I be doing?

Thanks

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
I need basic vi editor commands
« Reply #16 on: June 26, 2004, 09:28:29 am »
Are you root when you run this command? Only root can set suid on files.

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

Nato99

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • http://
I need basic vi editor commands
« Reply #17 on: June 26, 2004, 05:12:43 pm »
You could probably see this questions coming  

How do I make my self root




In a related question...............
Is there a good resource that answer these basic question for us newbies. Either in book form or on the net?

gooseman

  • Newbie
  • *
  • Posts: 9
    • View Profile
I need basic vi editor commands
« Reply #18 on: July 07, 2004, 12:17:49 pm »
The best basic *nix text around  IMHO is "Linux for Dummies" quick reference, YMMV,...and they have a nicely laid out basic  "vi" cheatsheet.  

vi rulez - emacs droolz...LOL...for all the newly minted *nix enthusiasts, the vi versus emacs debate is one of the oldest and dearest flame wars ever.  I suspect it might even be the subject of the first flame war

gooseman

  • Newbie
  • *
  • Posts: 9
    • View Profile
I need basic vi editor commands
« Reply #19 on: July 07, 2004, 12:26:26 pm »
ooops...I mean't UNIX for Dummies...

And this is a basic basic text and not much more than you could get from reading MAN pages, as was suggested before, and in many cases less than the man page.  The O'reilly book Unix in a Nutshell is also decent, and a good second step into the *nix world