Today I want to share some basic Unix commands I use recently in Putty. Directory: Direct the path to a certain location cd /… cd – {home directory} pwd {show current working directory} Files: List current files ls {path} ls -l {date,size, permission} Check/Change Access: Read is 4. Write is 2. Execute is 1. ls -lah xyz(u,group,everyone else)…
