UNIX Useful commands
Creating a link for a directory
ln directory_with_location link_name_with_location
Example:
ln directory_with_location link_name_with_location
Example:
ln spark-listener-dir current
Update the link
ln -sfn spark-listener-updated-dir current
https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/
https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/
Comments
Post a Comment