LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-16-2004, 06:10 AM   #1
galeg
LQ Newbie
 
Registered: Jun 2004
Posts: 1

Rep: Reputation: 0
Linux Advantages


Evening
As a senior IT project manager I am initally considering running Linux on my home PC to gain knowledge of the OS. Having said this I am having difficulties in understanding the advantages of work station Linux in a commercial environment, so maybe some feedback would be helpful.
My basic questions are few:
a. Can Linux be locked down tight, to stop any user from being able to reach root level. In other words, lock to a level where they can only run applications that are provided by icon, and limit technician level dependant on type of support / development that may be required.
b. Are there any Linux vendors that have a world wide support network, suitable for supporting an environment identical in most developed countries ( Asian through to Europe and the Americas ).
c. With data conversion, are there any world wide vendors that provide application software that can read and write existing MS formated word or spreadsheet data.
d. Is there a world wide standard for the Linux OS
e. Is there a mechanism to allow a remote deploy of upgrades ( application or OS ) to work stations.
Thanks
 
Old 08-16-2004, 07:09 AM   #2
Gnuru
Member
 
Registered: Jan 2004
Posts: 53

Rep: Reputation: 15
a. Can Linux be locked down tight, to stop any user from being able to reach root level. In other words, lock to a level where they can only run applications that are provided by icon, and limit technician level dependant on type of support / development that may be required.

Yes, any user can be stopped from getting root privileges. Most Linux systems have four basic binary directories /usr/bin /usr/sbin /bin and /sbin. Unprivileged users cannot run anything in /sbin or /usr/sbin. If you want finer grained control than this you can vary the 'executable' bit for each application and its group. Most high-profile Linux distros come with it fairly sensibly set up out of the box.

b. Are there any Linux vendors that have a world wide support network, suitable for supporting an environment identical in most developed countries ( Asian through to Europe and the Americas ).

Novell might be your best bet. Although RedHat will come a close second.

c. With data conversion, are there any world wide vendors that provide application software that can read and write existing MS formated word or spreadsheet data.

All distributors of Linux provide the software to do this because the software to do this is free (as in freedom). The key apps are abiword, gnumeric and/or openoffice. The last is probably what you're looking for.

d. Is there a world wide standard for the Linux OS

This question actually doesn't make much sense. The Linux kernel API is a standard and is POSIX compliant. The vast majority of the software is open source and therefore runs/compiles on all the distros.

So, I guess the answer to your question is yes all distros provide a worldwide standard.

e. Is there a mechanism to allow a remote deploy of upgrades ( application or OS ) to work stations.

Yes, Debian has 'apt' which is totally brilliant. RedHat uses up2date. I'm not sure whether Novell/SuSE has anything similar but I'm sure they do. Someone who uses it wll know.
 
Old 08-16-2004, 07:10 AM   #3
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
I don't have all the answers, but in order:

(a) Yep ... as tight as a fishes proverbial
(b) Possibly Red Hat, possibly others
(c) OpenOffice.org can read and write to all MS Word/Excel formats
(d) Not sure, all distros have their own mods
(e) AFAIK yes

Sorry for the lack of details, but maybe one of the resident gurus can provide further details.

And welcome to LQ

Baldrick
 
Old 08-16-2004, 07:14 AM   #4
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
a) yes
high security is more or less standard,
no root password, no root priveleges

look into Kiosk mode under the KDE desktop

b) mandrake probably has, redhat almost certainly has and suse may have
you'd need to contact each provider

c) Sun Microsystems Star Office and OpenOffice can both open .xls and .doc and .pps
though there is an issue with some formatting transfering successfully (again it's dependant on each document)
KOffice also can open some Office type formats
Gnumeric can use .xls
Abiword can handle .doc

there is a current shortfall in Linux Office apps when it comes to Access .db files, Sun say that JDS3 will contain a patch/update for Star Office that addresses this.
For database design see http://knoda.org and lok for the app "mysqlcc" (mysql control center)

d) yes, see http://www.linux.org and the Free Software Foundation,
whilst there are variations between distros in precise file structure there are universal standards to which Linux complies (file naming, addressing, and so on)

e) yes
you can ssh (equiv to telnet) into remote machines and install updates that way and Sun's Java Desktop has an all in one GUI sys admin type app that would allow what you want

hope that helps

Last edited by salparadise; 08-16-2004 at 07:16 AM.
 
Old 08-16-2004, 07:19 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
a. Can Linux be locked down tight, to stop any user from being able to reach root level. In other words, lock to a level where they can only run applications that are provided by icon, and limit technician level dependant on type of support / development that may be required.

The whole system can be as locked down or as free as you want it to be.

b. Are there any Linux vendors that have a world wide support network, suitable for supporting an environment identical in most developed countries ( Asian through to Europe and the Americas ).

IBM, Novell/SuSE/Red Hat - Red Hat's website will give details on their level of support but that is what they describe as one of their main products now - the services.

c. With data conversion, are there any world wide vendors that provide application software that can read and write existing MS formated word or spreadsheet data.

Sun produce Star Office (which is a paid for version of Open Office. It provides compatibility with Office up to and including XP apps (Word, Excel, PowerPoint) - you can read and write to .doc, .xls, etc. The free version (and in some ways more limited) is Open Office. Both can be used in a working office environment.

d. Is there a world wide standard for the Linux OS

The Linux Standards Base is available, But as mentioned above there is no need for it - apps will compile on any distro.

e. Is there a mechanism to allow a remote deploy of upgrades ( application or OS ) to work stations.

As discussed above, Apt for Debian, Yum/Up2date for Red Hat and all distros have their own package managers. Red Hat (if you go down that route) has the facility to help you set up an update server for deployment to your offices. The also have a thing called Kickstart which will help you set up a 'standard' image and deploy to the rest of your pcs. Similar to the function in MS Windows.

Hope this helps.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i have some opinions on what linux is about and the advantages over windows? richardblade Linux - Newbie 38 02-23-2006 10:32 PM
Advantages and disadvantages of installing Gentoo GNU/Linux using Stage 1 blood_omen Linux - General 8 01-27-2005 08:37 PM
Advantages of linux!! fingeredcrab Linux - Newbie 9 04-14-2004 05:41 AM
Advantages zekko Slackware 2 09-03-2003 02:58 AM
Linux advantages? shealbi Linux - General 30 05-23-2003 03:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration