A closed source version of UNIX. Named after the company that originally created it, Santa Cruz Operation
2
votes
1answer
211 views
Install Compiler, GCC, in SCO
I am having difficulty trying to install the GCC compiler in SCO, but can't get it to work.
I have used an FTP to transfer some files (.tar.gz) to /u/test/installgnu/ and I extracted the files, but ...
2
votes
1answer
186 views
Change Owner of Folder in SCO
How can I change the Owner/group of a folder in SCO?
I did:
ls -l
and got the following:
...
drwxr-xr-x 9 root root 512 Jul 2 10:09 opt
...
I have tried:
chown /opt
But that hasn't worked.
...
2
votes
2answers
185 views
Gaining root privileges in SCO
I am learning Linux for work, so am still a bit rusty on the edges.
I am needing to change the folder permission of the directory /opt, and I know in Linux, you do the following:
chmod 775 /opt
I ...
1
vote
1answer
563 views
Unable to find headers in GCC
I am trying to compile a program using GCC in SCO, and I am unable to find the ctype.h file. I have managed to find the other files that were missing when compiling, like string.h etc.
I was getting ...
0
votes
2answers
167 views
.profile in SCO
Where can I find the .profile in my user's logon in SCO?
I am needing to edit it, so I can add a PATH to it, so that my PATH loads up in start up.
I have to add:
echo $PATH
... as I have already ...