Linux common commands-1: ls
ls is the abbreviation of the English word list , and its function is to list the contents of the specified directory and its related attribute information. By default, ls lists the contents of the current directory. With parameters, we can do more with ls . Example View current directory (base) xugaoxiang@1070Ti:~$ ls -l total […]
Linux common commands-1: ls Read More »