Tag overview for: 'files'
Entries on this site with 'files'
- Plesk 12 FTP issue- FTP connecting but files not showing
A) We have to add a port on the Plesk server for passive FTP. [[email protected] ~]#? cd /etc/proftpd.d/ [[email protected] proftpd.d]# cp -pvf 50-plesk.conf 50-plesk.conf_orig [root@ - Argument list too long? Deleting the file or directory using its inode number
We've noticed that sometimes a file or directory has a really big size due to which removing it is not possible and you get the message below:- Argument list too long \* T - How to compare the contents of two files
Using the diff command we can compare the differences in two files:- diff file1 file2 The command above will compare two files for differences. - How to check for the OS version and hardware structure on the Linux server
We can check the installed OS version on the Linux server with the help of the files below:- [[email protected]]# cat /etc/redhat-release CentOS release 5.X(Final) [root@ - Restricting a File or Directory using the Access Control List
ACL is the access control list for a specific file or directory. By default an ACL is associated with a directory and the files inside that directory inherit the ACL of th - Permission reset for files/folder on Windows
Please use the command below to reset permissions on the files/folder: attrib -R -S XXXX\*.* /S /D Here XXXXX stands for the complete file path with the file name. - The delete command for hidden files on the Windows server
Please use the command below to delete hidden files:- attrib -H -R -S "XXXXX" Here XXXXX stands for the complete file path with the file name. - How to delete all the files in a directory except for some specific format files
The command below will delete all the files in the current directory except for the .php and .html files:- rm !(*.php*.html) - How to join multiple files in Linux
If we want to merge file1, file2 and file3, then we run the command below: cat file1 file2 file3 > file4
Related tags
12, access, acl, argument, cat, check, command, compare, connecting, contents, control, delete, diff, directory, file, folder, format, ftp, hardware, hidden, inode, installed, issue, linux, linuxhosting, merge, multiple, not, operatingsystem, os, path, permission, plesk, remove, reset, restrict, server, showing, specific, structure, version, windowsExternal feeds for 'files'
Click icon for a list of links on 'files'