Command reference
Command reference to install an agent on UNIX and Linux operating systems
Command | Description |
---|---|
id | To verify the logged on user. |
su - root | To log out and log in as root. |
df -k temporary_dir | To verify the space available in the temporary directory. |
df -k installation_dir | To verify the space available in the installation directory. |
df -k download_dir | To verify the space available in the agent download directory. |
useradd -d home_dir -m user_name | To create the user for which the agent is installed with the home directory. |
passwd user_name | To set the password for the user you created. |