các ls -la
lệnh hiển thị tất cả các file và thư mục và thư mục liên kết cũng mang tính biểu tượng, nếu lệnh này không hiển thị bất kỳ thư mục biểu tượng nó có nghĩa là bạn không có một liên kết tượng trưng cho WordPress .
xem kết quả của việc chạy ls -la
:
kasiya@kasiya-pc:~$ cd /sys/devices/platform/sony-laptop
kasiya@kasiya-pc:/sys/devices/platform/sony-laptop$ ls -la
total 0
drwxr-xr-x 3 root root 0 Sep 9 19:57 .
drwxr-xr-x 14 root root 0 Sep 10 2014 ..
-r--r--r-- 1 root root 4096 Sep 9 22:32 battery_care_health
-rw-r--r-- 1 root root 4096 Sep 9 22:32 battery_care_limiter
lrwxrwxrwx 1 root root 0 Sep 9 19:57 driver -> ../../../bus/platform/drivers/sony-laptop
-r--r--r-- 1 root root 4096 Sep 9 22:32 modalias
drwxr-xr-x 2 root root 0 Sep 9 22:32 power
lrwxrwxrwx 1 root root 0 Sep 9 22:32 subsystem -> ../../../bus/platform
-rw-r--r-- 1 root root 4096 Sep 9 22:32 touchpad
-rw-r--r-- 1 root root 4096 Sep 9 19:57 uevent
Bạn sẽ thấy tất cả các thư mục tượng trưng có l
quyền tại cầu xin cờ cấp phép. và nếu bạn có một grep với ^l
bạn, bạn chỉ có thể liệt kê các tệp hoặc thư mục tượng trưng:
kasiya@kasiya-pc:/sys/devices/platform/sony-laptop$ ls -la |grep ^l
lrwxrwxrwx 1 root root 0 Sep 9 19:57 driver -> ../../../bus/platform/drivers/sony-laptop
lrwxrwxrwx 1 root root 0 Sep 9 22:32 subsystem -> ../../../bus/platform
kasiya@kasiya-pc:/sys/devices/platform/sony-laptop$
trình điều khiển và thư mục hệ thống con là liên kết tượng trưng đến thư mục khác ở đây.