Articles tagged with: xvf
Moving filesystems with ufsdump
to move /opt on new partition (disk or file system)
1) from system prompt: format –> partition –> label
2) newfs -v /dev/dsk/c0t1d0s1 (target location)
3) mkdir /new_dir
4) mount /dev/dsk/c0t1d0s1 /new_dir
5) cd /new_dir
6) ufsdump 0f – /opt | …
Create tarball
The Unix tar command creates an archive of files and directories while preserving directory structure, file permissions and ownership information. This command is ideally suited for creating backups of most types of data. Many open-source …
Using FTP with pipes
All The Reasons Pot Is Good For You
AP/Damian Dovarganes
Colorado and Washington both passed legislation that legalizes the recreational use of marijuana on Tuesday.
While recreational marijuana is controversial, many people believe that the drug should be legal, especially …

Latest Comments