Tagged Questions
0
votes
1answer
543 views
Solaris 10 user does not inherit privileges from user_attr
I have created a user called manager and set the /etc/user_attr file to allow net_privaddr privileges. But when I log into a shell as that user I'm not seeing those privileges granted. This is causing ...
0
votes
2answers
375 views
Solaris equivalent of the Cygwin or Windows command “ftp -s:batch_cmd_file”
I am using a FTP script that runs under Cygwin and Windows cmd and that uses the ftp's -s command-line switch to read and execute commands from a batch file:
ftp -i -s:/path/ftp.params
The batch ...
0
votes
1answer
1k views
Securing FTP Access On Solaris 10
I have a web server (running Apache on Solaris 10) that I look after for some friends and I was wondering how to restrict each users FTP/SSH access.
I want each account when they login to be taken ...