August 23, 2011
chmod command chmod command sets the access permissions of a file or folder to read, write, execute etc. chmod command uses three digit code as an argument and the file or folder location. The fundamental concept: There are only three basic permissions: Execute is 1, Write is 2 and Read is 4. Sum of these [...]
Read the full article →
August 16, 2011
curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, [...]
Read the full article →