Automated security for apps that matter
Sqreen monitors your application security and helps you easily protect it from common vulnerabilities or advanced attacks.




Automated security for apps that matter
Sqreen monitors your application security and helps you easily protect it from common vulnerabilities or advanced attacks.
I usually need to create Linux users for FTP access…
FTP is unsecure, we should use sftp bla bla blaa…
useradd username
passwd username
usermod -m -d /new/path/ username
This way we will set the new path (/new/path/) to the user named username.
-m defines that content from the old home directory will be mobed to the new one.
-d the new home dir’s path
finger username