LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: Do you use sudo or the root account to gain root privileges?
sudo 43 50.00%
log in as root 43 50.00%
Voters: 86. You may not vote on this poll

Reply
  Search this Thread
Old 03-09-2011, 04:50 PM   #31
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886

Quote:
Originally Posted by SL00b View Post
Actually, it's more secure, because you can't brute-force attack a userid if you don't know a valid userid.
I can do a remote login as root to my machines. But since I do not use a password for that, I wish you good luck and no boredom for the try to brute force that login. Or just a mainframe (or two).
 
Old 03-09-2011, 05:01 PM   #32
SL00b
Member
 
Registered: Feb 2011
Location: LA, US
Distribution: SLES
Posts: 375

Rep: Reputation: 112Reputation: 112
Quote:
Originally Posted by TobiSGD View Post
I can do a remote login as root to my machines. But since I do not use a password for that, I wish you good luck and no boredom for the try to brute force that login. Or just a mainframe (or two).
I don't need to. All I need to do is pop the box you're logging in remotely from, and steal your public key.
 
Old 03-09-2011, 11:47 PM   #33
RedNeck-LQ
Member
 
Registered: Jan 2011
Posts: 83

Rep: Reputation: 11
In FreeBSD, you cannot log in as root even if you know the password. You have to be in the wheel group.
 
Old 03-10-2011, 01:00 AM   #34
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Being new to the whole linux movement, I take the path with the least resistance, su, sudo or root login.
 
Old 03-10-2011, 03:11 AM   #35
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
su -c 'command options'
until I realize I need to execute multiple commands
su
or until I realize I just want to log in and do a whole session as root

then I very neatly clear my console window with:
exec reset
 
Old 03-12-2011, 03:17 PM   #36
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791

Original Poster
Blog Entries: 62

Rep: Reputation: 56
Quote:
Originally Posted by RedNeck-LQ View Post
In FreeBSD, you cannot log in as root even if you know the password. You have to be in the wheel group.
You shouldn't be using anything whose kernel is BSD instead of GPL in the first place, as it can be used by companies to make proprietary forks (like Apple for instance).

Sure, the Chromium browser may also be based on the BSD license, but the rest of the OS is GPL.
 
0 members found this post helpful.
Old 03-12-2011, 03:37 PM   #37
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Kenny_Strawn View Post
You shouldn't be using anything whose kernel is BSD instead of GPL in the first place, as it can be used by companies to make proprietary forks (like Apple for instance).

Sure, the Chromium browser may also be based on the BSD license, but the rest of the OS is GPL.
LOL, wait a minute, you are using Android and ChromeOS, but recommend to not use an OS that has a BSD-license?
I couldn't really take you serious before this post, but now I know that I really shouldn't.
 
1 members found this post helpful.
Old 03-12-2011, 03:40 PM   #38
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by TobiSGD View Post
LOL, wait a minute, you are using Android and ChromeOS, but recommend to not use an OS that has a BSD-license?
I couldn't really take you serious before this post, but now I know that I really shouldn't.
+1...
 
Old 03-12-2011, 03:43 PM   #39
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791

Original Poster
Blog Entries: 62

Rep: Reputation: 56
Only at the kernel level. Chrome OS and Android have the B$D license at the user level. If the kernel is B$D, that means that the whole OS can be forked into a proprietary version. In Chrome OS, only the browser can be forked into a proprietary version, and in Android, only Dalvik and above can be forked into a proprietary version.
 
Old 03-12-2011, 03:45 PM   #40
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
And what makes that for a difference? ChromeOS without Chrome. Android without it's userland? Wouldn't that be useless?
 
Old 03-12-2011, 03:53 PM   #41
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791

Original Poster
Blog Entries: 62

Rep: Reputation: 56
Quote:
Originally Posted by TobiSGD View Post
And what makes that for a difference? ChromeOS without Chrome. Android without it's userland? Wouldn't that be useless?
Not really. And Android is the Apache License anyway. However, that's beside the point. Chrome OS without Chrome would just be Ubuntu JeOS with X and some added commands. Put Unity (and GNOME) back on it, and you've just turned it back into Ubuntu. And with Android? Programmers can still fork the version of Android without its userland using IcedTea (for instance) to create a FOSS alternative to Dalvik that is still compatible with Android apps. My point being: As much as someone tries to close something up, unless the kernel is partially closed, developers can easily fork the open source portion into something usable.
 
Old 03-12-2011, 06:12 PM   #42
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The Apache license is somewhat similar to the BSD license.
Quote:
Chrome OS without Chrome would just be Ubuntu JeOS with X and some added commands. Put Unity (and GNOME) back on it, and you've just turned it back into Ubuntu.
And would it run the ChromeOS apps? If ChromeOS becomes closed, I doubt so.
Quote:
developers can easily fork the open source portion into something usable.
Do you really think that it would be easy to write an Android-clone? How many developers are actually working on Android? And if you close Androids userland, do you really think it will be difficult for Google to make it so that the apps will not run on a clone?
 
Old 03-12-2011, 06:29 PM   #43
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791

Original Poster
Blog Entries: 62

Rep: Reputation: 56
First of all, even with something as permissive as the B$D license, you can't just take something that is open source and make the whole thing proprietary. You would have to open up some code, even if it may be nothing at all. And Google is usually generous enough to open up a lot of code (which they do; Chromium is no more different from Chrome than CentOS [or more properly Fedora] is from RHEL as I have said), so that argument is moot. And Chrome OS apps are mostly Web apps, so they can run from any browser and therefore any OS.

However, can we get back on topic please?
 
Old 03-12-2011, 09:58 PM   #44
tiredofbilkyyaforallican
Member
 
Registered: Aug 2010
Location: 3rd rock from the sun
Distribution: LMDE/Peppermint/Mint 9,&10/along with a few others
Posts: 152

Rep: Reputation: 22
When I wish to perform some task sudo works just fine, besides I feel more secure in NOT going into root (I forget to remove privileges LOL)
 
Old 03-12-2011, 09:58 PM   #45
RedNeck-LQ
Member
 
Registered: Jan 2011
Posts: 83

Rep: Reputation: 11
I don't think much about licenses when using operating systems because I don't understand the legal mumble jumbo of them.

To me an OS is an OS regardless of license type.

Last edited by RedNeck-LQ; 03-12-2011 at 10:42 PM.
 
  


Reply

Tags
root, sudo



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sudo cd /root gives 'sudo: cd: command not found'. stf92 Linux - Newbie 4 03-03-2012 09:05 AM
After improper shutdown, 1 user can't startx (KDE), sudo, OR su. Root account is ok! ShellyCat Linux - Desktop 2 09-19-2010 03:56 AM
Can't use sudo, only account that's not root is not a sudo'ers [Ubuntu 9.10] randyriver10 Linux - Desktop 1 01-09-2010 07:56 PM
is it legitimate and allowed and can be done to make another user account set uid and gid to null 0 to make another root account with different name and possibly not damage the debian system creating and using that new account BenJoBoy Linux - Newbie 12 01-29-2006 10:02 AM
Want2use /sbin cmds undr non-root account w/o sudo. Is it safe 2 add /sbin 2 my PATH? kornerr Linux - General 4 02-25-2005 09:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:17 AM.

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