Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. c2a@c2a-desktop:~/ns-allinone-2.33/ns-2.33/hls$ set -x
  2. + set -x
  3. ++ echo -ne '\033]0;c2a@c2a-desktop: ~/ns-allinone-2.33/ns-2.33/hls\007'
  4. c2a@c2a-desktop:~/ns-allinone-2.33/ns-2.33/hls$ sudo  /etc/init.d/gdm start
  5. + sudo /etc/init.d/gdm start
  6. Rather than invoking init scripts through /etc/init.d, use the service(8)
  7. utility, e.g. service gdm start
  8.  
  9. Since the script you are attempting to invoke has been converted to an
  10. Upstart job, you may also use the start(8) utility, e.g. start gdm
  11. gdm stop/waiting
  12. ++ echo -ne '\033]0;c2a@c2a-desktop: ~/ns-allinone-2.33/ns-2.33/hls\007'
  13. c2a@c2a-desktop:~/ns-allinone-2.33/ns-2.33/hls$ set +x
  14. + set +x
  15. c2a@c2a-desktop:~/ns-allinone-2.33/ns-2.33/hls$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement