/images/1.png

L3 Demo Task1 ps ps -a ps -l Task 2: ls: list the files in the current directory ls -l: list the files in the current directory in long format ls -a: list the files in the current directory, including the hidden files ls -t: list the files in the current directory, sorted by time ls -lat: list the files in the current directory, including the hidden files, in long format, sorted by time cd: change the current directory