Shvoong Home>Internet & Technology>Software>http://forums.digitalpoint.com/showthread.php?t=30021 Summary

http://forums.digitalpoint.com/showthread.php?t=30021

Website Abstract by: helmstandart    

  • Sign up
  • ‎What is Shvoong?‎
  • Sign In
    Sign In
    Remember my username Forgot your password?
  • Write & earn

Summaries and Short Reviews

.

Dibawah ini ada beberapa command yang sering dipakai di PuTTY dan juga untuk Linux jadi untuk kalian yang pemula bisa mempelajari ini…
ls
List the contents of the current directory
ls
List the contents of the named directory (eg. ls /etc)
ls -l
List the directory contents in “long” format, including file permissions, ownership details and file size
ls -a
List all the files in a directory, including files that start with a ‘.’
cat
Display the contents of a file to the screen
more
Display a file on the screen, with scrolling and search facilities. less is an enhanced version of more
cp
Copy the source file to the destination (eg. cp /etc/passwd . copies the password file to the current directory)
mv
Move the source file to the destination, which can be a directory or another file
rm
Remove (or delete) a file - use with caution!
mkdir
Make a directory
rmdir
Remove an empty directory
locate
Displays a list of files that contain the keyword in their filename.
su
Temporarily become the superuser - useful for system administration tasks
passwd
Change the password used to access your user account
who
Display a list of users currently logged onto this computer
Getting help about commands
man
Display a manual page for the specified command. The “man” page provides a brief explanation about the command, possible options and switches and detailed information about using the command
info
Similar to man command, see above
apropos
Displays a list of man pages that contain information about the supplied keyword
For listing Folders....
use "ls" instead of "dir"
For Entering into Directory..
cd folder_name
For going back to root...
cd
for going back one step...
cd ..
For deleting Directory
rm folder_name
For Creating tar file...
tar cvf folder_name.tar folder_name
For Extracting
tar -xf folder_name.tar
Published: September 18, 2008
Please Rate this Review : 1 2 3 4 5
Add your comment Translate Send Link Print
Write &Get Paid

.