Linux Commands
File Commands: ls – Directory listing ls -al – formatted listing with hidden fies cd dir – Change directory to dir cd -change to home pwd – show current diectory mkdir dir – create directory file rm – r dir – delete directory dir rm -f file – forceremove file rm -rf dir – remove […]