File Commands
ls – directory listing
ls -al – formatted listing with hidden files
cd dir – change directory to dir
cd – change to home
pwd – show current directory
mkdir dir – create a directory dir
rm file – delete file
rm -r dir – delete directory dir
rm -f file – force remove file
rm -rf dir – force remove directory dir [...]
Archive for the ‘Unix’ Category
Unix Commands
Posted in Unix, tagged commands, linux, Unix, unix commands on September 24, 2008 | 3 Comments »