Category "solaris"

Soalris11 smbfs mount utility is failing to mount SMB2.0 onward windows shares

We are using smbfs mount utility in solaris 11 to mount windows SMB2 share but failure was reported as below: command(executed with root): sudo mount -F smbfs -

Solaris 8's gcc isn't searching for header files on NetBSD

I have a gcc 2.95.1 binary installed on a Solaris 8 VM. For an experiment, I'm trying to get it working in a NetBSD environment. However, I can't run the compil

escaping newlines in sed replacement string

Here are my attempts to replace a b character with a newline using sed while running bash $> echo 'abc' | sed 's/b/\n/' anc no, that's not it $> echo