Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-03-2006, 06:07 AM
|
#1
|
Member
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62
Rep:
|
Problems with CDROM
Hi!
Code:
/dev/hda3 swap swap defaults 0 0
/dev/hda4 / ext3 defaults 1 1
/dev/hda1 /ntfs-win ntfs ro 1 0
/dev/hda5 /ntfs-win2 ntfs ro 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
if I don't have floppy can I remove it from here (or may be unmount, I don't know how it is called correctly, I am new to linux) what are the consequences of having floppy drive here without physical device (slackware intallation did almost all the job, concerning mounting all of my partitions), are there any influence on peformance?
P.S. cdrom problem solved
Last edited by deggial; 03-03-2006 at 06:23 AM.
|
|
|
03-03-2006, 06:43 AM
|
#2
|
Member
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654
Rep:
|
go through this link http://www.linuxquestions.org/questi...d.php?t=174447
Quote:
what are the consequences of having floppy drive here without physical device
|
nothing  when u want to mount floppy (by mount /mnt/floppy)it wil check for the entry in fstab
Quote:
P.S. cdrom problem solved
|
hi
but user cant mont ur cds so gothrough the forst post of shilo
|
|
|
03-04-2006, 06:59 AM
|
#3
|
Member
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62
Original Poster
Rep:
|
Thanks.
I am always logging under superuser, so no limitations 
|
|
|
03-04-2006, 09:39 AM
|
#4
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
|
Quote:
Originally Posted by deggial
Thanks.
I am always logging under superuser, so no limitations 
|
Hi,
Just some simple advice. Creeate a user account and use it!
Running a root account can bite you. You can always su and cause a lot less damage. So for your own sanity, create the user account. That is unless you like the danger!
|
|
|
03-04-2006, 10:18 AM
|
#5
|
Member
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386
Rep:
|
Quote:
Originally Posted by deggial
Thanks.
I am always logging under superuser, so no limitations 
|
Not a very smart thing to do....
|
|
|
03-04-2006, 10:35 AM
|
#6
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Seems more like the OP is stuck in 'Windows Mode'
|
|
|
03-04-2006, 11:40 AM
|
#7
|
Member
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62
Original Poster
Rep:
|
Quote:
Originally Posted by AxeZ
Not a very smart thing to do....
|
I am very careful, anyway i´m just experimenting  , all important information i keep under xp
to cwwilson721,
what did you mean?
|
|
|
03-04-2006, 12:01 PM
|
#8
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Running as "superuser" is a MAJOR security risk.
As root, you, and ANY PROGRAM RUNNING IN THAT LOGIN has the power to change any file on your system (Like a virus.)
That is the major security flaw in Windows: You are considered as a admin by default, and all programs running under that login are considered an admin. This is why virus attacks in Windows are so easy,
If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.
So login as a regular user. You will be thankful later.
And importtant info in XP is not safe. Save/use it in linux.
Last edited by cwwilson721; 03-04-2006 at 12:22 PM.
|
|
|
03-04-2006, 12:17 PM
|
#9
|
Member
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654
Rep:
|
Quote:
to cwwilson721,
what did you mean?
|
ur answer itself have it.
while using $$xp one user one account (most of the time)-tht is the administrator
Quote:
all important information i keep under xp
|
not this one alone, even some security problems too..
edt:now it explains all cwwilson 
Last edited by rkrishna; 03-04-2006 at 12:26 PM.
|
|
|
03-05-2006, 01:48 AM
|
#10
|
Member
Registered: Mar 2006
Location: currently in Warsaw, Poland
Distribution: Slackware 10.2 & XP
Posts: 62
Original Poster
Rep:
|
Quote:
Originally Posted by cwwilson721
Running as "superuser" is a MAJOR security risk.
As root, you, and ANY PROGRAM RUNNING IN THAT LOGIN has the power to change any file on your system (Like a virus.)
That is the major security flaw in Windows: You are considered as a admin by default, and all programs running under that login are considered an admin. This is why virus attacks in Windows are so easy,
If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.
|
thanks, i didn't know that
are there many viruses for linux?
are there any antiviruses?
|
|
|
03-05-2006, 12:01 PM
|
#11
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,976
|
Hi,
Quote:
Originally Posted by cwwilson721
Running as "superuser" is a MAJOR security risk.
|
I agree it is a risk but the security part is due to the chance of someone getting hooks into that account. That risk is there whether you log into the account or not. The breaking of the system by root is the major concern here not a breach by an attack.
Quote:
If you are a regular user in Linux, you can't mess with anything important by default. This is why virus attacks in Linux are more difficult.
So login as a regular user. You will be thankful later.
|
As for the virus attack issue. Being a user account is not why the virus is not relevant to linux. Certainly a user can launch an application which could in time with the right coding(virus,worm or whatever) break a system. It is diffcult but not impossible. It is just not as easy as it is with an open system like Windows 95/98/xp/nt. Heck look at whats has happened to MAC OSX.
I do agree that a user account is the safest for any system and limiting the use of su or sudoer rights to users so as to prevent un-warranted harm to the system. The root should be used by users with experienced management techniques and not everyone fits that mold.
Quote:
And importtant info in XP is not safe. Save/use it in linux.
|
The last statement is fair but if need be there are ways to secure even WindowsXP. Even limited ways can provide some of the security needed. Most windows users don't follow good security methods nor use the proper tools to at least limit harm. Sure most of the problems are social but once the systems are broken then the network(LAN or WAN) is generally vulnerable from that system.
As a linux user you must be aware of the system and the possible problems that might arise from an attack. Be it a script kiddy or a true black hat. We (linux users) are not protected from every attack. We need to keep ahead of any possible breach of our system by keeping updated with the OS and the means to protect it!
So to ' Save/use it in linux' may give a false sense of security.
Just my .02!
|
|
|
All times are GMT -5. The time now is 04:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|