Wednesday, February 9, 2022

CHEAT SHEET: LINUX COMMANDS

 




CommandDescription
lsList all the files in a directory
ls -lList all files and their details (owner, mtime, size, etc)
ls -aList all the files in a directory (including hidden files)
pwdShow the present working directory
cdChange directory to some other location
fileView the type of any file

No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...