noob help on how to

Discussion in 'Server Operation' started by getsuperhost, Dec 16, 2009.

  1. getsuperhost

    getsuperhost New Member

    hi all i have a centos 5.4 web server in the makeing and when iam in command prop and i edit a file how do i save i tryed Ctrl S and Ctrl Q and it dont save :confused:
     
  2. topdog

    topdog Active Member

    what are you using for editing ? if you are using vi it does not understand those key strokes.
     
  3. getsuperhost

    getsuperhost New Member

    ok thats why then so how do i go about it then
     
  4. topdog

    topdog Active Member

    Code:
    :wq
    to save and quit
    Code:
    :w
    to save
    Code:
    :q!
    to quit without saving
     
  5. topdog

    topdog Active Member

  6. getsuperhost

    getsuperhost New Member

    cool thinks bro
     

Share This Page