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: What is your preferred Linux login shell?
ash 0 0%
bash 287 81.77%
csh 4 1.14%
dash 3 0.85%
es 0 0%
fish 2 0.57%
ksh 18 5.13%
pdksh 2 0.57%
rc 1 0.28%
scsh 0 0%
sh 3 0.85%
tcsh 10 2.85%
wish 0 0%
zsh 16 4.56%
Other 5 1.42%
Voters: 351. You may not vote on this poll

Reply
  Search this Thread
Old 06-18-2014, 01:11 AM   #16
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Rep: Reputation: 145Reputation: 145

Quote:
Originally Posted by JZL240I-U View Post
I usually do a graphical login with kdm. What do I vote then?
But what about when you SSH in from a remote location?

Half the fun of computing is the connectivity. And passwordless-logins with OpenSSH makes that very practical. And Bash makes it both fun and practical.
 
Old 06-18-2014, 01:30 AM   #17
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
Quote:
Originally Posted by KenJackson View Post
But what about when you SSH in from a remote location?

Half the fun of computing is the connectivity. ...
I don't SSH. I live in the country and connect via an USB-stick. I only once tried ethernet between my PC and the netbook just to try it out. Currently I see no task for a regular use...
 
Old 06-18-2014, 01:36 AM   #18
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by JZL240I-U View Post
I don't SSH. I live in the country and connect via an USB-stick. I only once tried ethernet between my PC and the netbook just to try it out. Currently I see no task for a regular use...
You have two computers and they can't talk to each other. They must get lonely. You should network them to each other more often :-)

You could serve up media from the 1 TB disk on your desktop and play it on your netbook!

Evo2.
 
Old 06-18-2014, 01:42 AM   #19
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
...
You could serve up media from the 1 TB disk on your desktop and play it on your netbook!
What media ? Getting films or such via a mobile connection in the country is, ummm, tedious? Not to mention the restrictions of donwload quotas and/or costs...
 
Old 06-18-2014, 01:50 AM   #20
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by JZL240I-U View Post
What media ? Getting films or such via a mobile connection in the country is, ummm, tedious? Not to mention the restrictions of donwload quotas and/or costs...
Do you not have some sort of cd collection that you've ripped onto your desktop? Granted you may have an actual sound system for playing such things but surely there is something on the big 1 TB drive that you would sometimes rather look at from the netbook than from the desktop. No?

Evo2.
 
Old 06-18-2014, 01:58 AM   #21
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,634

Rep: Reputation: Disabled
I am a classics aficionado and prefer to listen to my CDs and records without whirring fans (though my PC is really very quiet). The PC has the larger screen, so I do photographs rather there. And I have meanwhile 2 one-TB drives -- mostly full of distributions I'd like to try out, free space and some redundancy.

I'm afraid the 'puters will stay mostly lonely .
 
Old 06-18-2014, 02:04 AM   #22
Tux!
Member
 
Registered: May 2011
Location: Netherlands
Distribution: openSUSE
Posts: 114

Rep: Reputation: 32
Quote:
Originally Posted by evo2 View Post
I guess you don't spend much time on the command line. What scripts in particular do you want people not to write?
Evo2
where does one decide to convert the command line into a script (or alias)? 10 characters? use 20 times a day? 40 lines?
where does one decide to use something "better" that the built-in commands on the command-line? perl/sed/awk

My login shell is tcsh. Not because it is the best shell around, but because it is the shell that best matches my mind.

I grew up using /bin/sh (the OLD bourne shell). When csh came along, it offered so much more than sh, that the transition was a no-brainer. Then came ksh, which IMHO improved on sh enormously but did not offer me more than what csh already had to offer.
Then can tcsh which made csh useless and out-functioned ksh. Then came bash, but it offered me nothing that tcsh didn't feature of a *command-line* tool. tcsh still evolves and is still actively maintained.
csh/tcsh is absolutely useless for scripting. bash/ksh is *the* tool for simple scripts if not only for maintainability. If scripts get more complicated (for me that criterium would probably be more than 5 lines), I switch to perl.
 
Old 06-18-2014, 02:15 AM   #23
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 652

Rep: Reputation: 174Reputation: 174
BASH

over the years, I have used KSH, CSH, TSCH, SH, and BASH. I have been using BASH since 1998, and I have been using BASH since then. While it may not THE ONE TRUE shell, I have stuck with it sine I have first used it, and is good enough for me.
 
Old 06-18-2014, 02:17 AM   #24
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
bash but I like ksh too.
 
Old 06-18-2014, 02:22 AM   #25
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by Tux! View Post
where does one decide to convert the command line into a script (or alias)? 10 characters? use 20 times a day? 40 lines?
where does one decide to use something "better" that the built-in commands on the command-line?
Valid questions, but I'm don't know why they're directed at me...

Evo2.
 
Old 06-18-2014, 02:32 AM   #26
schmidi
LQ Newbie
 
Registered: Aug 2005
Location: Austria
Distribution: ScientificLinux
Posts: 2

Rep: Reputation: 0
bash
 
Old 06-18-2014, 03:42 AM   #27
mohitg1312
LQ Newbie
 
Registered: Feb 2013
Posts: 1

Rep: Reputation: Disabled
bash
 
Old 06-18-2014, 04:13 AM   #28
omkar.jadhav
LQ Newbie
 
Registered: Aug 2013
Posts: 11

Rep: Reputation: Disabled
Bash
 
Old 06-18-2014, 05:04 AM   #29
Langjan
LQ Newbie
 
Registered: Nov 2011
Posts: 28

Rep: Reputation: Disabled
What is a Linux login shell?
 
Old 06-18-2014, 05:06 AM   #30
thirun
LQ Newbie
 
Registered: Oct 2013
Posts: 22

Rep: Reputation: Disabled
i feel bash is good
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Preferred central login server? szboardstretcher Linux - Server 0 03-20-2014 07:45 PM
Which Is Your Preferred Linux Shell? jeremy Linux - General 47 01-10-2014 07:55 PM
Login Shell / Non-Login shell Clarification needed (RHEL 6.3) kingston Linux - Newbie 1 12-07-2012 12:51 AM
Preferred distribution for c and shell programming? Its All in your Head Linux - Distributions 3 07-07-2007 03:37 PM

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

All times are GMT -5. The time now is 01:05 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