본문 바로가기

Linux

Exploring the Filesystem

Exploring the Filesystem

Traversing up and down the filesystem tree can get tedious. The tree command is a good way to get a bird’s-eye view of the filesystem tree. Use tree -d to view just the directories and to suppress listing file names.

The following commands can help in exploring the filesystem:

CommandUsage
cd /Changes your current directory to the root (/) directory (or path you supply)
lsList the contents of the present working directory
ls –aLisall files including hidden files and directories (those whose name start with . )
treeDisplays a tree view of the filesystem


'Linux' 카테고리의 다른 글

System config  (0) 2014.08.05
GNOME  (0) 2014.08.05
The Filesystem Hierarchy Standard  (0) 2014.08.03
Linux  (0) 2014.08.03