Sponsored Content
Full Discussion: What is good?
The Lounge What is on Your Mind? What is good? Post 303003645 by bakunin on Monday 18th of September 2017 01:51:02 PM
Old 09-18-2017
Quote:
Originally Posted by hicksd8
@Bakunin......So did this bank run SLES without a paid support contract?
Yes, of course. "SLES" is for "SuSE Linux Enterprise System" - basically SuSE with less options but with a high price so that big business can "buy" the good.

They have i.e. from SLES 11 to SLES 12 dropped the real ksh93 from their repository and now have some "pdksh" under the name of "ksh" (which you only find out if you are willing to follow a symlink pointing to a symlink pointing to a.... - and of course by seeing your ksh scripts fail) and they also dropped ext4 and ext2 and ext in favour of ext3 without announcement (try updating a system from SLES 11 to SLES 12 and half of your filesystems might be missing without notice) - but, hey, they are charging a lot of money for that, so it must be good, no?

Sorry for some traces of sarcasm in my diatribe its a leftover from applying "common sense" (actually not part of ITIL) to systems administration.

bakunin
 

3 More Discussions You Might Find Interesting

1. Solaris

good OS flavor

which is more in high demand commercial solaris or BSD THANKS (1 Reply)
Discussion started by: mxlst14
1 Replies

2. IP Networking

What is a good C++ compiler?

i am beginner in tcp programming i know c++ laguage i read i internet that ICE is more powerfull help me please (7 Replies)
Discussion started by: walidfinder
7 Replies

3. Shell Programming and Scripting

Good Example on $|

I am trying to learn how to use the predefined var. I did read perlvar - perldoc.perl.org but like much of the perl docs, I just dont "see" the explanation. Can someone explain its usage to me. Id like to buffer printing on occasion. Thanks in advance. (1 Reply)
Discussion started by: popeye
1 Replies
let(1)								   User Commands							    let(1)

NAME
let - shell built-in function to evaluate one or more arithmetic expressions SYNOPSIS
ksh let arg... ksh93 let [expr...] DESCRIPTION
ksh Each arg is a separate arithmetic expression to be evaluated. ksh93 let evaluates each expr in the current shell environment as an arithmetic expression using ANSI C syntax. Variables names are shell vari- ables and they are recursively evaluated as arithmetic expressions to get numerical values. let has been made obsolete by the ((...)) syn- tax of ksh93(1) which does not require quoting of the operators to pass them as command arguments. EXIT STATUS
ksh ksh returns the following exit values: 0 The value of the last expression is non-zero. 1 The value of the last expression is zero. ksh93 ksh93 returns the following exit values: 0 The last expr evaluates to a non-zero value. >0 The last expr evaluates to 0 or an error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
ksh(1), ksh93(1), set(1), typeset(1), attributes(5) SunOS 5.11 2 Nov 2007 let(1)
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy