Displaying 6 results from an estimated 6 matches for "striker01".
2016 Apr 27
6
Bourne shell deprecated?
...g online to corroborate the
>> claim. Is this true, is it a bash vs. Bourne FUD, or something else?
>
> there's no Bourne shell in CentOS anyways, /bin/sh is a symlink to
> /bin/bash...
>
> last OS I can think of with an actual Bourne shell was Solaris.
??
[root at an-striker01 ~]# cat /etc/redhat-release
CentOS release 6.7 (Final)
[root at an-striker01 ~]# which bash
/bin/bash
[root at an-striker01 ~]# ls -lah /bin/bash
-rwxr-xr-x. 1 root root 885K Sep 22 2015 /bin/bash
[root at an-striker01 ~]# which sh
/bin/sh
[root at an-striker01 ~]# ls -lah /bin/sh
lrwxrwxrwx....
2016 Apr 27
0
Bourne shell deprecated?
...; claim. Is this true, is it a bash vs. Bourne FUD, or something else?
>>
>> there's no Bourne shell in CentOS anyways, /bin/sh is a symlink to
>> /bin/bash...
>>
>> last OS I can think of with an actual Bourne shell was Solaris.
>
> ??
>
> [root at an-striker01 ~]# cat /etc/redhat-release
> CentOS release 6.7 (Final)
>
> [root at an-striker01 ~]# which bash
> /bin/bash
>
> [root at an-striker01 ~]# ls -lah /bin/bash
> -rwxr-xr-x. 1 root root 885K Sep 22 2015 /bin/bash
>
> [root at an-striker01 ~]# which sh
> /bin/sh
>
>...
2016 Apr 27
0
Bourne shell deprecated?
...his true, is it a bash vs. Bourne FUD, or something else?
> >
> > there's no Bourne shell in CentOS anyways, /bin/sh is a symlink to
> > /bin/bash...
> >
> > last OS I can think of with an actual Bourne shell was Solaris.
>
> ??
>
> [root at an-striker01 ~]# cat /etc/redhat-release
> CentOS release 6.7 (Final)
>
> [root at an-striker01 ~]# which bash
> /bin/bash
>
> [root at an-striker01 ~]# ls -lah /bin/bash
> -rwxr-xr-x. 1 root root 885K Sep 22 2015 /bin/bash
>
> [root at an-striker01 ~]# which sh
> /bin/sh
>...
2016 Apr 27
7
Bourne shell deprecated?
Hello List,
Today someone in a meeting claimed the Bourne shell is deprecated, one
of the reasons being it supposedly has security issues. Well that's all
news to me, and I cannot find anything online to corroborate the claim.
Is this true, is it a bash vs. Bourne FUD, or something else?
Thanks,
Jack
2015 Aug 13
0
dd iso to flash drive
...ux to syslinux, rename the files
from s/iso/sys/ and then update syslinux.cfg to point to the USB drive
to boot from. Here's an example from my setup:
====
LABEL next
MENU LABEL ^A) Boot the next device as configured in your BIOS
MENU DEFAULT
localboot -1
LABEL usb-new-striker01
MENU LABEL ^1) New Striker Dashboard 01 - RHEL 6 - USB - Deletes
All Existing Data!
TEXT HELP
Installs a new Striker Dashboard 01 using RHEL 6. Will
create a traditional
/boot + MBR install for systems with traditional BIOSes.
Partition will...
2015 Aug 13
2
dd iso to flash drive
I?ve been trying to get the dd of an iso to a usb flash drive to work for CentOS 6.7. It is working with the CentOS 7 DVD1 iso (x64), but if I use the same process with 6.7 bin dvd1 iso or the 6.7 live dvd, the flash drive will not boot. I thought 6.x and forward could be done like this.
-wes