As an alternative method to signing on through the TELNET daemon, the UNIX spawner program allows SAS/CONNECT sessions on UNIX systems without requiring that username ...
In a program I am writing (unix/linux system), I would like to perform some commands such as "cd", "find", etc.. How can I do this? Is this something I would use exec for? Or is there an easier way to ...