Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2017-06-30 17:17:24 | ![]() 10,407 Views |
how to hide file and folder in linux , I have shown in Ubuntu.
To create hidden file or folder,
To hide file and folder through GUI ( graphical user interface).
1. create a file or folder
2. name it with (dot) . as the prefix while naming files and folder.
3. To view hidden files and folders through Graphical User Interface i.e. GUI , CTRL+H
4. Again to hide it, type CTRL+H
To hide file and folder through CLI ( command line interface )
1. ALT+CTRL+T to open terminal
2. mkdir .filename ( to create hidden folder )
3. ls -a ( to list hidden files and folders )
Please take the opportunity to connect and share this video with your friends and family if you find it useful.