env
show enviroment parameters results match a specified pattern
env | grep STRING
add parameter to env or replace exists value:
export PARAM="VALUE"
concantanete value to exists parameter in env:
export PARAM="VALUE":$PARAM
available and used disk space usage
df
(df -h - more human display)
No comments:
Post a Comment