Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 05:18 PM
newlywed2@daum.net
 
Posts: n/a
Default Can you run a GUI-based file manager from CD-booted Linux?

Hello,

Please bear with me if my question sounds too novice, because I am.
Is it possible to launch a GUI-based file manager (something like
Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
Or is GUI-based file managers only reserved from HDD-based Linux?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 05:18 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?

newlywed2@daum.net wrote:
> Hello,
>
> Please bear with me if my question sounds too novice, because I am.
> Is it possible to launch a GUI-based file manager (something like
> Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?
> Or is GUI-based file managers only reserved from HDD-bascŒ3 inux?


Of course you can! Take a look at the Knoppix LiveCD's.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 05:19 PM
Arnie Stender
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?

Nico Kadel-Garcia wrote:
> newlywed2@daum.net wrote:


>
> Of course you can! Take a look at the Knoppix LiveCD's.
>
>


More accurately, of course you can IF the Linux you boot into is running
an X server. If it comes up in init level 3 (no X) then no GUI.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 05:20 PM
John Thompson
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?

On 2006-03-06, newlywed2@daum.net <newlywed2@daum.net> wrote:

> Please bear with me if my question sounds too novice, because I am.
> Is it possible to launch a GUI-based file manager (something like
> Window's Windows Explorer) from a CD-booted Linux (I have Ubuntu)?


Sure. You can run a full linux desktop from your Ubuntu CD.

--

John (john@os2.dhs.org)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 05:20 PM
iforone
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?


Arnie Stender wrote:
> Nico Kadel-Garcia wrote:
> > newlywed2@daum.net wrote:

>
> >
> > Of course you can! Take a look at the Knoppix LiveCD's.
> >
> >

>
> More accurately, of course you can IF the Linux you boot into is running
> an X server. If it comes up in init level 3 (no X) then no GUI.


hmmm....
I was under the impression that Debian uses init 2 as default.
(note; Knoppix, Ubuntu, etc are Debian based).

I'm using Debian Sarge right now and running KDE, and using konquerer
as the browser - Is there anyway to tell for certain which runlevel I
am in ? ..here's a piece of my inittab;

$ cat /etc/inittab

# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 05:21 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?

iforone wrote:
> Arnie Stender wrote:
>> Nico Kadel-Garcia wrote:
>>> newlywed2@daum.net wrote:

>>
>>>
>>> Of course you can! Take a look at the Knoppix LiveCD's.
>>>
>>>

>>
>> More accurately, of course you can IF the Linux you boot into is
>> running an X server. If it comes up in init level 3 (no X) then no
>> GUI.

>
> hmmm....
> I was under the impression that Debian uses init 2 as default.
> (note; Knoppix, Ubuntu, etc are Debian based).
>
> I'm using Debian Sarge right now and running KDE, and using konquerer
> as the browser - Is there anyway to tell for certain which runlevel I
> am in ? ..here's a piece of my inittab;
>
> $ cat /etc/inittab
>
> # /etc/inittab: init(8) configuration.
> # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
>
> # The default runlevel.


2 is your default. That's fine: under RedHat and its ilk, the "runlevel"
command will tell you what you're currently using.

> # Boot-time system configuration/initialization script.
> # This is run first except when booting in emergency (-b) mode.
> si::sysinit:/etc/init.d/rcS
>
> # What to do in single-user mode.
> ~~:S:wait:/sbin/sulogin
>
> # /etc/init.d executes the S and K scripts upon change
> # of runlevel.
> #
> # Runlevel 0 is halt.
> # Runlevel 1 is single-user.
> # Runlevels 2-5 are multi-user.
> # Runlevel 6 is reboot.


2 is traditionally "multi-user, text-mode, but don't run services for
others". 3 is "run services for others". 4 is "X login running, no
services". 5 is "X running, run services, at least in the RedHat world.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 05:21 PM
iforone
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?


Nico Kadel-Garcia wrote:
> > iforone wrote:
> >> Arnie Stender wrote:


> >> More accurately, of course you can IF the Linux you boot into is
> >> running an X server. If it comes up in init level 3 (no X) then no
> >> GUI.


> >
> > hmmm....
> > I was under the impression that Debian uses init 2 as default.
> > (note; Knoppix, Ubuntu, etc are Debian based).
> >
> > I'm using Debian Sarge right now and running KDE, and using konquerer
> > as the browser - Is there anyway to tell for certain which runlevel I
> > am in ? ..here's a piece of my inittab;
> >
> > $ cat /etc/inittab
> >
> > # /etc/inittab: init(8) configuration.
> > # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
> >
> > # The default runlevel.
> > id:2:initdefault:
> >


> 2 is your default. That's fine: under RedHat and its ilk, the "runlevel"
> command will tell you what you're currently using.


> > # Boot-time system configuration/initialization script.
> > # This is run first except when booting in emergency (-b) mode.
> > si::sysinit:/etc/init.d/rcS
> >
> > # What to do in single-user mode.
> > ~~:S:wait:/sbin/sulogin
> >
> > # /etc/init.d executes the S and K scripts upon change
> > # of runlevel.
> > #
> > # Runlevel 0 is halt.
> > # Runlevel 1 is single-user.
> > # Runlevels 2-5 are multi-user.
> > # Runlevel 6 is reboot.


> 2 is traditionally "multi-user, text-mode, but don't run services for
> others". 3 is "run services for others". 4 is "X login running, no
> services". 5 is "X running, run services, at least in the RedHat world.


Thanks for trying to clarify for me...
I distinctly remember a discussion on this list (or one of it's
siblings/variants) discussing this in depth -- the differences between
Debian and RedHat and their runlevels - unfortunately I have really no
way to reference that thread from a month or so (perhaps longer) ago.

I can recall some saying it's almost ridiculous for Debian to behave
differently in this regard - especially since 'most' other
distribution's runlevels, not based on Debian, operate in the way
you've outlined.

That said; I vaguely recall booting to Knoppix LiveCD (v3.6) and
noticing the bootup screen messages saying "Starting X 11 Windows
session" or similar, just as X would come up. A simple
ctrl-alt-f1[2,3,4,5] afterwards would show clearly those messages, and
(ctrl-alt-f7 to get back to X)-- I *think* I also recall seeing
entering "init 5" or "runlevel5" in/around there as well.

Here's my runlevel output from Konsole (K's bash derivitive);

$ sudo runlevel
N 2

I also definitely have X running at this time - using a full blown
browser and services, etc...just not sure if that output is letting me
know Konsole's runlevel or System's runlevel for that moment.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 05:21 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?


"iforone" <floydstestemail@yahoo.com> wrote in message
news:1141894058.246718.33220@j52g2000cwj.googlegro ups.com...
> Here's my runlevel output from Konsole (K's bash derivitive);
>
> $ sudo runlevel
> N 2
>
> I also definitely have X running at this time - using a full blown
> browser and services, etc...just not sure if that output is letting me
> know Konsole's runlevel or System's runlevel for that moment.


"Konsole" doesn't have a runlevel. The system does.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2008, 05:21 PM
iforone
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?


Nico Kadel-Garcia wrote:
> "iforone" <floydstestemail@yahoo.com> wrote in message
> news:1141894058.246718.33220@j52g2000cwj.googlegro ups.com...
> > Here's my runlevel output from Konsole (K's bash derivitive);
> >
> > $ sudo runlevel
> > N 2
> >
> > I also definitely have X running at this time - using a full blown
> > browser and services, etc...just not sure if that output is letting me
> > know Konsole's runlevel or System's runlevel for that moment.

>
> "Konsole" doesn't have a runlevel. The system does.


Ok - great - thanks...
so I am in runlevel 2 as noted from runlevel output ? ('N'ormal or
'N'etworked '2' ?)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-18-2008, 05:21 PM
Bill Marcum
 
Posts: n/a
Default Re: Can you run a GUI-based file manager from CD-booted Linux?

On 9 Mar 2006 05:58:21 -0800, iforone
<floydstestemail@yahoo.com> wrote:
>
> Nico Kadel-Garcia wrote:
>> "iforone" <floydstestemail@yahoo.com> wrote in message
>> news:1141894058.246718.33220@j52g2000cwj.googlegro ups.com...
>> > Here's my runlevel output from Konsole (K's bash derivitive);
>> >
>> > $ sudo runlevel
>> > N 2
>> >
>> > I also definitely have X running at this time - using a full blown
>> > browser and services, etc...just not sure if that output is letting me
>> > know Konsole's runlevel or System's runlevel for that moment.

>>
>> "Konsole" doesn't have a runlevel. The system does.

>
> Ok - great - thanks...
> so I am in runlevel 2 as noted from runlevel output ? ('N'ormal or
> 'N'etworked '2' ?)
>

'N' is the previous runlevel, 'N'one.


--
The woman you buy -- and she is the least expensive -- takes a great
deal of money. The woman who gives herself takes all your time.
-- Balzac
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:54 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615