View | Details | Raw Unified | Return to bug 276668
Collapse All | Expand All

(-)b/documentation/content/en/books/handbook/jails/_index.adoc (-3 / +2 lines)
Lines 935-948 The second step is to remove these flags with man:chflags[1] by executing the fo Link Here
935
935
936
[source,shell]
936
[source,shell]
937
....
937
....
938
# chflags -R 0 /usr/local/jails/classic
938
# chflags -R 0 /usr/local/jails/containers/classic
939
....
939
....
940
940
941
The third step is to delete the directory where the jail was:
941
The third step is to delete the directory where the jail was:
942
942
943
[source,shell]
943
[source,shell]
944
....
944
....
945
# rm -rf /usr/local/jails/classic
945
# rm -rf /usr/local/jails/containers/classic
946
....
946
....
947
947
948
Finally, it will be necessary to remove the jail entry in [.filename]#/etc/jail.conf# or in [.filename]#jail.conf.d#.
948
Finally, it will be necessary to remove the jail entry in [.filename]#/etc/jail.conf# or in [.filename]#jail.conf.d#.
949
- 

Return to bug 276668