ls of the shell command to view the directory

1. View the current directory

ls

Display the files and directories under the current directory;

  • -l lists the detailed information of files and directories, which can be abbreviated as ll;
  • -a lists all files and directories in the current directory, including hidden files or directories;
ll

Guess you like

Origin blog.csdn.net/weixin_44498669/article/details/130005855