Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to access the folder which contains apostrophe in name using 'ls' ( diag mode)
2016-06-09
09:18 PM
3,916 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
Can anyone please let me know .. How to access folders which contains apostrophe(') in it.
Overview : -- Im trying to access one of the folder ( ex :- Koushik's book ) using ls (diag mode).
Error : --- ls '"\vol\testvol\testqtree\Koushik's book"'
Error quote inside
I need to restore one of the folder from snapshots so i cant rename the folder as well as it is snapshot.
Solved! See The Solution
1 ACCEPTED SOLUTION
koushi has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rather than working from rsh . I've did ls from filer in diag mode .It got worked out.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you try to use "file explorer"(if cifs) with the "~" to get into the snapshot and copy the data out? or "." from nfs.
below kb should help
https://kb.netapp.com/support/index?page=content&id=1010422
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use slash as path delimiter in stead of backslash.
fas01*> ls "/vol/vol1/qtree1/Koushik's book"
.
..
test.txt
fas01*>
koushi has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rather than working from rsh . I've did ls from filer in diag mode .It got worked out.
